Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
tensorflow-cpu==2.11.0
|
| 4 |
numpy
|
| 5 |
-
|
| 6 |
peft
|
| 7 |
-
protobuf==3.19.6
|
| 8 |
sentencepiece
|
| 9 |
pytest
|
| 10 |
matplotlib
|
| 11 |
scikit-learn
|
| 12 |
scipy
|
|
|
|
|
|
|
| 13 |
einops
|
| 14 |
jaxtyping
|
|
|
|
| 15 |
diffusers==0.30.3
|
| 16 |
-
opencv-python
|
| 17 |
git+https://github.com/facebookresearch/pytorch3d.git
|
| 18 |
gradio==4.44.1
|
| 19 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy
|
| 2 |
+
opencv-python
|
| 3 |
peft
|
|
|
|
| 4 |
sentencepiece
|
| 5 |
pytest
|
| 6 |
matplotlib
|
| 7 |
scikit-learn
|
| 8 |
scipy
|
| 9 |
+
torch
|
| 10 |
+
torchvision
|
| 11 |
einops
|
| 12 |
jaxtyping
|
| 13 |
+
transformers==4.45.2
|
| 14 |
diffusers==0.30.3
|
|
|
|
| 15 |
git+https://github.com/facebookresearch/pytorch3d.git
|
| 16 |
gradio==4.44.1
|
| 17 |
+
bitsandbytes
|
| 18 |
+
tensorflow-cpu==2.11.0
|
| 19 |
+
protobuf==3.19.6
|