Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,2 +1,11 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
|
3 |
+
# 安裝最新版的 optimum-intel (從 GitHub 安裝)
|
4 |
+
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
|
5 |
+
|
6 |
+
# 其他常用套件
|
7 |
+
openvino-genai
|
8 |
+
fastapi
|
9 |
+
uvicorn
|
10 |
+
huggingface_hub
|
11 |
+
nncf
|