Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
-
transformers
|
4 |
git+https://github.com/huggingface/peft.git
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
sentencepiece
|
|
|
1 |
+
torch==2.4.0
|
2 |
git+https://github.com/huggingface/diffusers.git
|
3 |
+
git+https://github.com/huggingface/transformers.git
|
4 |
git+https://github.com/huggingface/peft.git
|
5 |
git+https://github.com/huggingface/accelerate.git
|
6 |
sentencepiece
|