muqtasid87 commited on
Commit
383b9f0
·
verified ·
1 Parent(s): b05c339
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- --find-links https://download.pytorch.org/whl/torch_stable.html
2
- torch==2.2.0+cpu
3
- Pillow
4
- transformers
5
- timm
6
- auto-gptq
7
- huggingface-hub
8
- bitsandbytes
9
- opencv-python
10
- streamlit
11
- numpy
12
- pandas
13
- matplotlib
14
- gradio
15
-
 
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+ torch==2.2.0+cpu
3
+ Pillow
4
+ transformers
5
+ timm
6
+ auto-gptq
7
+ huggingface-hub
8
+ bitsandbytes
9
+ opencv-python
10
+ streamlit
11
+ numpy
12
+ pandas
13
+ matplotlib
14
+ torchvision
15
+ gradio
16
+