anzorq commited on
Commit
eb78682
·
1 Parent(s): cb45c41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- transformers
2
  sentencepiece
3
  torch
4
- bitsandbytes
 
 
 
 
1
+ # transformers
2
  sentencepiece
3
  torch
4
+ pip install -q -U bitsandbytes
5
+ pip install -q -U git+https://github.com/huggingface/transformers.git
6
+ pip install -q -U git+https://github.com/huggingface/peft.git
7
+ pip install -q -U git+https://github.com/huggingface/accelerate.gi