Skip to content

Commit

Permalink
pin unsloth to a specific release
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Nov 22, 2024
1 parent 80f797c commit a90e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unsloth_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
raise RuntimeError(f"Torch = {v} too new!")
x = x.format(cuda.replace(".", ""), "-ampere" if is_ampere else "")
print(
f'pip install unsloth-zoo && pip install --no-deps "unsloth[{x}] @ git+https://github.com/unslothai/unsloth.git"'
f'pip install unsloth-zoo==2024.11.7 && pip install --no-deps "unsloth[{x}]==2024.11.9"'
)

0 comments on commit a90e5cd

Please sign in to comment.