Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
transformers==4.44.2
|
2 |
torch==2.4.0
|
|
|
|
|
3 |
optimum[onnxruntime-gpu]==1.22.0
|
|
|
1 |
transformers==4.44.2
|
2 |
torch==2.4.0
|
3 |
+
torchvision==0.19.0
|
4 |
+
torchaudio==2.4.0
|
5 |
optimum[onnxruntime-gpu]==1.22.0
|