π Fixed missing library torchvision
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ qwen-vl-utils[decord]==0.0.8
|
|
6 |
python-dotenv
|
7 |
PyJWT
|
8 |
pydantic
|
9 |
-
torch
|
|
|
|
6 |
python-dotenv
|
7 |
PyJWT
|
8 |
pydantic
|
9 |
+
torch
|
10 |
+
torchvision
|