cella110n commited on
Commit
8501ad6
·
verified ·
1 Parent(s): 87e05c0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # CUDA 12.x / cuDNN 9.x compatible
6
- numpy # Let pip resolve NumPy version
 
 
 
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