Update studio.py

This commit is contained in:
Roland Tannous 2026-03-12 17:30:10 +04:00 committed by GitHub
commit f598e69f38

View file

@ -300,7 +300,7 @@ def _build_llama_cpp():
import stat
os.chmod(path, stat.S_IWRITE)
func(path)
shutil.rmtree(llama_dir, onerror=_force_remove_readonly)
shutil.rmtree(llama_dir, onerror = _force_remove_readonly)
unsloth_home.mkdir(parents = True, exist_ok = True)
result = subprocess.run(