MindVR commited on
Commit
5ce14af
·
verified ·
1 Parent(s): 090c9eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -13,9 +13,9 @@ peft==0.10.0
13
  trl==0.17.0
14
  transformers==4.40.2
15
 
16
- # Install unsloth from the git repository using the specific commit hash for v2024.4.1
17
- # Using commit hash 7163265e20a585a167b8c5338110d8634d535223 which corresponds to tag v2024.4.1
18
- unsloth[cu121] @ git+https://github.com/unslothai/unsloth.git@7163265e20a585a167b8c5338110d8634d535223
19
 
20
  # Other packages
21
  sentencepiece
 
13
  trl==0.17.0
14
  transformers==4.40.2
15
 
16
+ # Install unsloth from the main branch (less stable than a specific version)
17
+ # This attempts to bypass issues fetching specific historical commits.
18
+ unsloth[cu121] @ git+https://github.com/unslothai/unsloth.git@main
19
 
20
  # Other packages
21
  sentencepiece