Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
git+https://github.com/pytorch/pytorch.git
|
| 2 |
git+https://github.com/huggingface/transformers.git
|
| 3 |
git+https://github.com/huggingface/diffusers.git
|
| 4 |
git+https://github.com/huggingface/accelerate.git
|
| 5 |
git+https://github.com/huggingface/peft.git
|
| 6 |
huggingface-hub
|
| 7 |
sentencepiece
|
| 8 |
-
safetensors
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/huggingface/transformers.git
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
git+https://github.com/huggingface/accelerate.git
|
| 4 |
git+https://github.com/huggingface/peft.git
|
| 5 |
huggingface-hub
|
| 6 |
sentencepiece
|
| 7 |
+
safetensors
|
| 8 |
+
torch
|
| 9 |
+
torchvision
|