Spaces:
Runtime error
Runtime error
v6
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch>=2.3.0
|
|
|
2 |
git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
|
3 |
accelerate>=0.30.0
|
4 |
qwen-omni-utils[decord]>=0.0.4 # For multimedia processing
|
|
|
1 |
torch>=2.3.0
|
2 |
+
torchvision
|
3 |
git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
|
4 |
accelerate>=0.30.0
|
5 |
qwen-omni-utils[decord]>=0.0.4 # For multimedia processing
|