Skip to content

Commit fbc55e1

Browse files
committed
1 parent 3fb27c6 commit fbc55e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
torch==2.2.2+cpu
33
diffusers==0.27.2
4-
optimum-intel[nncf,openvino]==1.16.0
4+
optimum-intel[openvino] @ git+https://github.com/apaniukov/optimum-intel.git@ov-tokenizers-leftovers

image_generation/stable_diffusion_1_5/cpp/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
torch==2.2.2+cpu
33
diffusers==0.27.2
44
transformers==4.39.3
5-
optimum-intel[nncf,openvino]==1.16.0
5+
optimum-intel[openvino] @ git+https://github.com/apaniukov/optimum-intel.git@ov-tokenizers-leftovers
66
huggingface_hub[cli]==0.22.2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
optimum[openvino]==1.19.1
3+
optimum-intel[openvino] @ git+https://github.com/apaniukov/optimum-intel.git@ov-tokenizers-leftovers
34
einops==0.7.0 # For Qwen
45
transformers_stream_generator==0.0.4 # For Qwen

0 commit comments

Comments
 (0)