CUDA 13.3, Windows, Mac update #5903
Replies: 1 comment
|
So we actually dealt with this exact kind of multi-platform headache recently. For our setup, managing prebuilt binaries across Apple Silicon, Intel Macs, and Windows machines was a massive pain. The specific issue with CUDA versions (like the 13.2 gibberish you're referencing) hit us hard on our inference nodes — we had to roll back to CUDA 12.4 for stability, and even then it wasn’t perfect. The decision to stick to Also, the fallback to CUDA 12.4 on Windows for older versions makes sense (we did something similar), but what's your take on the timeline for stabilizing CUDA 13.1 across all platforms? I'd guess that’s a blocker for Blackwell GPU support too, especially since prebuilt binaries are delayed there. We had to drop back to CPU inference on some Blackwell setups last quarter — not ideal, but it worked. Would love to know how you're prioritizing this internally or if there are any specific hurdles you're hitting. |
Uh oh!
There was an error while loading. Please reload this page.
Mini Update for multi platform support
To update Unsloth or install a new Unsloth Studio, you must use:
macOS, Linux, WSL:
Windows:
Warning
DO NOT USE
unsloth studio updatesince packaging will not get the latest updatesMac Updates
llama.cppprebuilt binaries for Apple Silicon (M1-M4) - Mac OS 14 / 15 / 26 (Tahoe)llama.cppprebuilt binariesWindows Updates
llama.cppprebuilt binaries now work for WindowsCUDA 13.3 Update
SOLUTION use CUDA < 13.0 or Unsloth Studio#4849Blackwell GPUs Update
llama.cppprebuilt binaries sine CUDA 12.4 does not work - we are working to resolve this soon.What's Changed
unsloth studio runby @danielhanchen in Studio: expose --parallel / -np flag onunsloth studio run#5737unsloth studio runin Studio's context-fit logic by @mvanhorn in fix: honor --ctx-size and other forwarded args fromunsloth studio runin Studio's context-fit logic #5815New Contributors
unsloth studio runin Studio's context-fit logic #5815Full Changelog: v0.1.42-beta...v0.1.43-beta
This discussion was created from the release CUDA 13.3, Windows, Mac update.
All reactions