Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
-
streamlit
|
| 3 |
-
torch>=2.1.0
|
| 4 |
-
|
| 5 |
-
# --- Intelligence & Optimization ---
|
| 6 |
transformers>=4.45.0
|
| 7 |
-
|
| 8 |
-
optimum[openvino]>=1.16.0
|
| 9 |
|
| 10 |
-
#
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
| 1 |
+
# Core requirements
|
| 2 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers>=4.45.0
|
| 4 |
+
torch --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 5 |
|
| 6 |
+
# CPU Optimization
|
| 7 |
+
optimum[openvino]>=1.16.1
|
| 8 |
+
openvino>=2024.3.0
|
| 9 |
+
nncf>=2.7.0
|