adamantix commited on
Commit
329c09c
·
verified ·
1 Parent(s): 8fbef0a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,16 +1,20 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
 
3
- torch==2.1.2+cpu
4
- torchvision==0.16.2+cpu
5
- transformers
 
 
 
6
  xgboost
7
  git+https://github.com/mlfoundations/open_clip.git
8
  timm
9
- Pillow
 
 
10
  fastapi
11
  uvicorn
12
- numpy
13
- pydantic
14
  python-multipart
 
15
  sentencepiece
16
  protobuf
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
 
3
+ torch==2.5.1+cpu
4
+ torchvision==0.20.1+cpu
5
+
6
+ transformers==4.39.0
7
+ accelerate==0.25.0
8
+
9
  xgboost
10
  git+https://github.com/mlfoundations/open_clip.git
11
  timm
12
+
13
+ numpy<2
14
+ pillow
15
  fastapi
16
  uvicorn
 
 
17
  python-multipart
18
+ pydantic
19
  sentencepiece
20
  protobuf