Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
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
|
8 |
-
scipy
|
|
|
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
|
8 |
+
#scipy
|