From 58b00db5cb17a8a2e7afad07422d37f346fe3f27 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Tue, 3 Mar 2026 17:31:59 +0000 Subject: [PATCH] chore: add cross-platform Python installer with updated unsloth patch URLs --- install_python_stack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_python_stack.py b/install_python_stack.py index 8f2b5fba8c..c9b73034b4 100644 --- a/install_python_stack.py +++ b/install_python_stack.py @@ -190,7 +190,7 @@ def install_python_stack() -> int: patch_package_file( "unsloth-zoo", os.path.join("unsloth_zoo", "llama_cpp.py"), - "https://raw.githubusercontent.com/unslothai/unsloth-zoo/refs/heads/feature/llama-cpp-windows-support/unsloth_zoo/llama_cpp.py", + "https://raw.githubusercontent.com/unslothai/unsloth-zoo/refs/heads/main/unsloth_zoo/llama_cpp.py", ) # 7a. Patch: override vision.py with fix from unsloth PR #4091 @@ -204,7 +204,7 @@ def install_python_stack() -> int: patch_package_file( "unsloth", os.path.join("unsloth", "save.py"), - "https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/feature/llama-cpp-windows-support/unsloth/save.py", + "https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/unsloth/save.py", ) # 8. Studio dependencies