MeshMax commited on
Commit
fb0096c
·
verified ·
1 Parent(s): 13a7fb0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- torch==2.1.0
2
- torchvision==0.16.0
3
- transformers==4.35.0
4
- sentence-transformers==2.2.2
5
- timm==0.9.12
6
- gradio==4.31.0
7
- fastapi==0.104.1
8
- uvicorn==0.24.0 # For server
9
- pillow==10.1.0
10
- requests==2.31.0
11
- huggingface_hub==0.19.4 # For model download/cache
 
1
+ torch
2
+ torchvision
3
+ transformers
4
+ sentence-transformers
5
+ timm
6
+ gradio
7
+ fastapi
8
+ uvicorn # For server
9
+ pillow
10
+ requests
11
+ huggingface_hub # For model download/cache