Electricarchmage commited on
Commit
e9f0184
1 Parent(s): 54d32d4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- !pip install -m bitsandbytes
2
- !pip install -m git+https://github.com/huggingface/transformers.git
3
- !pip install -m git+https://github.com/huggingface/peft.git
4
- !pip install -m git+https://github.com/huggingface/accelerate.git
5
- !pip install -m datasets
 
1
+ bitsandbytes
2
+ transformers @ git+https://github.com/huggingface/transformers.git
3
+ peft @ git+https://github.com/huggingface/peft.git
4
+ accelerate @ git+https://github.com/huggingface/accelerate.git
5
+ datasets