SiennaClarke commited on
Commit
5097bbd
·
verified ·
1 Parent(s): 02a0e81

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- # --- Core Frameworks ---
2
- streamlit==1.30.0
3
- torch>=2.1.0
4
-
5
- # --- Intelligence & Optimization ---
6
  transformers>=4.45.0
7
- # Optimum with OpenVINO is critical for CPU speed
8
- optimum[openvino]>=1.16.0
9
 
10
- # --- Acceleration & Utilities ---
11
- accelerate>=0.26.0
12
- numpy<2.0.0
 
 
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