Update studio.py
This commit is contained in:
parent
874711912d
commit
f598e69f38
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue