Upload requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
2 |
torch
|
3 |
-
torchvision
|
4 |
torchaudio
|
5 |
-
onnxruntime-gpu==1.19.0 #
|
6 |
-
|
|
|
|
|
|
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
requests
|
10 |
gradio>=4.43.0
|
11 |
-
pydantic==2.10.6
|
12 |
huggingface_hub
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
2 |
torch
|
3 |
+
torchvision
|
4 |
torchaudio
|
5 |
+
# onnxruntime-gpu==1.19.0 # Removed ONNX Runtime
|
6 |
+
safetensors
|
7 |
+
transformers
|
8 |
+
timm # Needed for EVA02 base model
|
9 |
+
numpy # Keep numpy, let pip resolve version
|
10 |
Pillow
|
11 |
matplotlib
|
12 |
requests
|
13 |
gradio>=4.43.0
|
14 |
+
# pydantic==2.10.6 # Removed pydantic pin, let Gradio handle
|
15 |
huggingface_hub
|