Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
|
|
|
|
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
huggingface_hub
|
5 |
-
openvino_genai
|
|
|
1 |
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
|
2 |
+
|
3 |
+
|
4 |
fastapi
|
5 |
uvicorn
|
6 |
huggingface_hub
|
7 |
+
openvino_genai @ git+https://github.com/openvinotoolkit/openvino.genai.git
|