Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy~=1.26.1
|
2 |
+
pandas~=2.0.3
|
3 |
+
Pillow~=10.2.0
|
4 |
+
prettytable~=3.8.0
|
5 |
+
scikit-learn-intelex==2023.2.1
|
6 |
+
intel-extension-for-pytorch==1.13.100
|
7 |
+
torch==1.13.1 --index-url https://download.pytorch.org/whl/cpu
|
8 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
9 |
+
tqdm~=4.65.0
|
10 |
+
PyYAML~=6.0.1
|
11 |
+
dill~=0.3.6
|
12 |
+
neural-compressor~=2.1.1
|