Fix
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,7 @@
|
|
| 1 |
opencv-python
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
opencv-python
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
openvino==2025.2.0
|
| 4 |
+
openvino-tokenizers==2025.2.0
|
| 5 |
+
nncf>=2.15.0
|
| 6 |
+
git+https://github.com/huggingface/optimum-intel.git#egg=optimum-intel
|
| 7 |
+
git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3#egg=transformers
|