hsuwill000 commited on
Commit
4794b64
·
verified ·
1 Parent(s): d604282

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,9 +1,9 @@
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
 
1
  huggingface_hub==0.25.2
2
 
3
+ transformers @ git+https://github.com/huggingface/transformers.git
4
  optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
5
 
6
+
7
  openvino-genai
8
  fastapi
9
  uvicorn