Spaces:
Sleeping
Sleeping
muqtasid87
commited on
- 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 |
-
|
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 |
+
|