aaurelions commited on
Commit
6ba0a9b
·
verified ·
1 Parent(s): 156da66

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
2
  transformers[sentencepiece]>=4.40.0 # Added sentencepiece here
3
- accelerate>=0.25.0
4
  # bitsandbytes # Optional for CPU, can remove if causing issues
5
  peft>=0.10.0
6
  # trl>=0.8.0 # Not strictly needed for inference app, only for training
 
1
  torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
2
  transformers[sentencepiece]>=4.40.0 # Added sentencepiece here
3
+ accelerate>=0.29.0 # Or even try the latest version
4
  # bitsandbytes # Optional for CPU, can remove if causing issues
5
  peft>=0.10.0
6
  # trl>=0.8.0 # Not strictly needed for inference app, only for training