Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 3 |
|
| 4 |
torch==2.8.0
|
|
|
|
| 5 |
gradio
|
| 6 |
spaces
|
|
|
|
| 7 |
transformers
|
| 8 |
-
accelerate
|
| 9 |
-
pillow
|
|
|
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu128
|
| 3 |
|
| 4 |
torch==2.8.0
|
| 5 |
+
torchvision==0.23.0+cu128
|
| 6 |
gradio
|
| 7 |
spaces
|
| 8 |
+
pillow
|
| 9 |
transformers
|
| 10 |
+
accelerate
|
|
|