Spaces:
Running
Running
Commit
·
183a6c1
1
Parent(s):
e8518d0
okay..
Browse files- degraded_requirements.txt +4 -0
- requirements.txt +3 -0
degraded_requirements.txt
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
# For GPU monitoring of NVIDIA chipsets
|
| 4 |
pynvml
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# it is recommended to always use the latest version
|
| 7 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
| 8 |
|
|
|
|
| 3 |
# For GPU monitoring of NVIDIA chipsets
|
| 4 |
pynvml
|
| 5 |
|
| 6 |
+
|
| 7 |
+
# for video decoding
|
| 8 |
+
torchcodec
|
| 9 |
+
|
| 10 |
# it is recommended to always use the latest version
|
| 11 |
diffusers @ git+https://github.com/huggingface/diffusers.git@main
|
| 12 |
|
requirements.txt
CHANGED
|
@@ -5,6 +5,9 @@ torchvision==0.21.0
|
|
| 5 |
torchdata==0.10.1
|
| 6 |
torchao==0.9.0
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
# something broke in Transformers > 4.55.4
|
| 9 |
transformers==4.55.4
|
| 10 |
|
|
|
|
| 5 |
torchdata==0.10.1
|
| 6 |
torchao==0.9.0
|
| 7 |
|
| 8 |
+
# for video decoding
|
| 9 |
+
torchcodec
|
| 10 |
+
|
| 11 |
# something broke in Transformers > 4.55.4
|
| 12 |
transformers==4.55.4
|
| 13 |
|