Skip to content

Commit a413be8

Browse files
committed
remove exrtra-index for SD
1 parent 140b59c commit a413be8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lcm_dreamshaper_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
conda activate openvino_lcm_cpp
5050
python -m pip install -r requirements.txt
51-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
51+
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
5252
5353
- name: Download and convert model and tokenizer
5454
working-directory: ${{ env.working_directory }}
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
conda activate openvino_lcm_cpp
9595
python -m pip install -r requirements.txt
96-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
96+
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
9797
9898
- name: Download and convert model and tokenizer
9999
working-directory: ${{ env.working_directory }}

.github/workflows/stable_diffusion_1_5_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
conda activate openvino_sd_cpp
4949
python -m pip install -r requirements.txt
50-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
50+
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
5151
5252
- name: Download and convert model and tokenizer
5353
working-directory: ${{ env.working_directory }}
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
conda activate openvino_sd_cpp
9292
python -m pip install -r requirements.txt
93-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
93+
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
9494
9595
- name: Download and convert model and tokenizer
9696
working-directory: ${{ env.working_directory }}

0 commit comments

Comments
 (0)