Skip to content

Commit

Permalink
fix requirements for mistral tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
--disabled-password committed Jul 23, 2024
1 parent e6c57fc commit 4d38205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
numpy==1.24.2
datasets==2.14.6
tokenizers==0.13.3
tokenizers==0.19.1
peft==0.4.0
torch>=2.0.1
wandb==0.14.0
deepspeed==0.10.0
trl==0.5.0
sentencepiece
transformers>=4.31.0
transformers==4.42.0
flask
flask_cors
icetk
Expand Down

0 comments on commit 4d38205

Please sign in to comment.