Teknium commited on
Commit
273b3a3
1 Parent(s): 168a7a0

Update requirements.txt

Browse files

Require latest git accelerate to fix saving checkpoint issue

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  peft @ git+https://github.com/huggingface/peft.git
2
  transformers @ git+https://github.com/huggingface/transformers.git
3
  bitsandbytes>=0.39.0
4
- accelerate
5
  addict
6
  fire
7
  PyYAML==6.0
 
1
  peft @ git+https://github.com/huggingface/peft.git
2
  transformers @ git+https://github.com/huggingface/transformers.git
3
  bitsandbytes>=0.39.0
4
+ accelerate @ git+https://github.com/huggingface/accelerate
5
  addict
6
  fire
7
  PyYAML==6.0