Werli commited on
Commit
b941de3
·
verified ·
1 Parent(s): 8b7e644

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -23
requirements.txt CHANGED
@@ -1,24 +1,25 @@
1
- huggingface-hub
2
- apscheduler
3
-
4
- --extra-index-url https://download.pytorch.org/whl/cu124
5
- torch==2.5.0+cu124; sys_platform != 'darwin'
6
- torchvision==0.20.0+cu124; sys_platform != 'darwin'
7
- torch==2.5.0; sys_platform == 'darwin'
8
- torchvision==0.20.0; sys_platform == 'darwin'
9
-
10
- gradio
11
- transformers
12
- spaces
13
- pillow
14
- requests
15
- numpy
16
- timm
17
- einops
18
- optimum
19
- accelerate
20
- opencv-python
21
- onnxruntime>=1.12.0
22
- pandas==2.1.2
23
- ctranslate2>=4.4.0
 
24
  matplotlib
 
1
+ huggingface-hub
2
+ apscheduler
3
+
4
+ --extra-index-url https://download.pytorch.org/whl/cu124
5
+ torch==2.5.0+cu124; sys_platform != 'darwin'
6
+ torchvision==0.20.0+cu124; sys_platform != 'darwin'
7
+ torch==2.5.0; sys_platform == 'darwin'
8
+ torchvision==0.20.0; sys_platform == 'darwin'
9
+
10
+ gradio
11
+ transformers
12
+ safetensors
13
+ spaces
14
+ pillow
15
+ requests
16
+ numpy
17
+ timm
18
+ einops
19
+ optimum
20
+ accelerate
21
+ opencv-python
22
+ onnxruntime>=1.12.0
23
+ pandas==2.1.2
24
+ ctranslate2>=4.4.0
25
  matplotlib