Skip to content

Commit e1c1fe3

Browse files
authored
Merge pull request #273 from intel/update-branch
fix: added missing python package (#748)
2 parents 67fec60 + 12056e0 commit e1c1fe3

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

usecases/ai/microservices/text-to-image/flux-schnell/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ sentencepiece==0.2.0
1515
--extra-index-url https://download.pytorch.org/whl/cpu
1616

1717
# OpenVINO with version specification
18-
git+https://github.com/huggingface/optimum-intel.git
18+
# git+https://github.com/huggingface/optimum-intel.git
19+
optimum-intel==1.22.0
1920
openvino==2025.1.0
2021
openvino-tokenizers==2025.1.0
2122
openvino-genai==2025.1.0
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
git+https://github.com/huggingface/optimum-intel.git
2-
openvino==2025.0.0
3-
openvino-tokenizers==2025.0.0
4-
openvino-genai==2025.0.0
1+
# Server
2+
fastapi==0.115.6
3+
uvicorn==0.34.0
4+
5+
# Dependencies with version specifications
56
Pillow==11.1.0
67
diffusers==0.32.1
78
typing_extensions==4.12.2
89
numpy==2.1.3
910
IPython==8.31.0
11+
12+
# OpenVINO with version specification
13+
# git+https://github.com/huggingface/optimum-intel.git
14+
optimum-intel==1.22.0
15+
openvino==2025.0.0
16+
openvino-tokenizers==2025.0.0
17+
openvino-genai==2025.0.0

usecases/ai/microservices/text-to-image/stable-diffusion-xl/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ accelerate==1.2.1
99
onnx==1.17.0
1010
peft==0.14.0
1111

12-
git+https://github.com/huggingface/optimum-intel.git
12+
# git+https://github.com/huggingface/optimum-intel.git
13+
optimum-intel==1.22.0
1314

1415
openvino==2025.0.0
1516
nncf==2.14.1

0 commit comments

Comments
 (0)