unsloth/studio
Daniel Han 7d6ac65374 Harden hipconfig version parsing and torch probe compatibility
- Add parts[1].isdigit() check in hipconfig version parsing to handle
  versions like "6.3-HIP" where the minor component has non-numeric
  suffix (strip "-" prefix before int() conversion)
- Use getattr() in torch probe subprocess to safely handle old or
  custom torch builds that may lack torch.version.hip/cuda attributes
2026-03-31 09:37:15 +00:00
..
backend [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-31 08:38:58 +00:00
frontend fix: skip download progress polling for exported GGUF models (#4709) 2026-03-31 07:21:23 +04:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Require actual AMD GPU presence before selecting ROCm paths 2026-03-31 09:25:56 +00:00
install_python_stack.py Harden hipconfig version parsing and torch probe compatibility 2026-03-31 09:37:15 +00:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Fix/bun windows bin detection (#4703) 2026-03-30 21:58:33 +04:00
setup.sh Fix/bun windows bin detection (#4703) 2026-03-30 21:58:33 +04:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00