File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
usecases/ai/microservices/text-to-image Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ sentencepiece==0.2.0
15
15
--extra-index-url https://download.pytorch.org/whl/cpu
16
16
17
17
# 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
19
20
openvino == 2025.1.0
20
21
openvino-tokenizers == 2025.1.0
21
22
openvino-genai == 2025.1.0
Original file line number Diff line number Diff line change 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
5
6
Pillow == 11.1.0
6
7
diffusers == 0.32.1
7
8
typing_extensions == 4.12.2
8
9
numpy == 2.1.3
9
10
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
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ accelerate==1.2.1
9
9
onnx == 1.17.0
10
10
peft == 0.14.0
11
11
12
- git+https://github.com/huggingface/optimum-intel.git
12
+ # git+https://github.com/huggingface/optimum-intel.git
13
+ optimum-intel == 1.22.0
13
14
14
15
openvino == 2025.0.0
15
16
nncf == 2.14.1
You can’t perform that action at this time.
0 commit comments