Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
sentencepiece
|
2 |
torch
|
3 |
bitsandbytes
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
git+https://github.com/huggingface/peft.git
|
6 |
-
git+https://github.com/huggingface/accelerate.
|
|
|
1 |
+
#transformers
|
2 |
sentencepiece
|
3 |
torch
|
4 |
bitsandbytes
|
5 |
git+https://github.com/huggingface/transformers.git
|
6 |
git+https://github.com/huggingface/peft.git
|
7 |
+
git+https://github.com/huggingface/accelerate.git
|