Skip to content

Commit e8f4cbe

Browse files
committed
1 parent 72bede7 commit e8f4cbe

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

.github/workflows/causal_lm_cpp.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Download, convert and build
2929
run: |
3030
source ./ov/setupvars.sh
31-
python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
32-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
31+
python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt
32+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
3333
sudo apt-get install libtbb-dev
3434
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model openlm-research/open_llama_3b_v2 open_llama_3b_v2
3535
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -56,8 +56,8 @@ jobs:
5656
- name: Download, convert and build
5757
run: |
5858
source ./ov/setupvars.sh
59-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
60-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
59+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
60+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
6161
sudo apt-get install libtbb-dev
6262
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
6363
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -185,8 +185,8 @@ jobs:
185185
shell: cmd
186186
run: |
187187
call w_openvino_toolkit_windows_2024.2.0.dev20240523_x86_64\setupvars.bat
188-
python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
189-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
188+
python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt
189+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
190190
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
191191
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
192192
cmake --build ./build/ --config Release -j
@@ -225,8 +225,8 @@ jobs:
225225
- name: Download, convert and build
226226
run: |
227227
source ./ov/setupvars.sh
228-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
229-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
228+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
229+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
230230
sudo apt-get install libtbb-dev
231231
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen-7B-Chat Qwen-7B-Chat
232232
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -253,8 +253,8 @@ jobs:
253253
- name: Download, convert and build
254254
run: |
255255
source ./ov/setupvars.sh
256-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
257-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
256+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
257+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
258258
sudo apt-get install libtbb-dev
259259
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen1.5-7B-Chat Qwen1.5-7B-Chat
260260
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -281,8 +281,8 @@ jobs:
281281
- name: Download, convert and build
282282
run: |
283283
source ./ov/setupvars.sh
284-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
285-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
284+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
285+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
286286
sudo apt-get install libtbb-dev
287287
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-2 phi-2
288288
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -309,8 +309,8 @@ jobs:
309309
- name: Download, convert and build
310310
run: |
311311
source ./ov/setupvars.sh
312-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
313-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
312+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
313+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
314314
sudo apt-get install libtbb-dev
315315
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model argilla/notus-7b-v1 notus-7b-v1
316316
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -337,8 +337,8 @@ jobs:
337337
- name: Download, convert and build
338338
run: |
339339
source ./ov/setupvars.sh
340-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
341-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
340+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
341+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
342342
sudo apt-get install libtbb-dev
343343
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-3b dolly-v2-3b
344344
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-7b dolly-v2-7b
@@ -376,8 +376,8 @@ jobs:
376376
- name: Download, convert and build
377377
run: |
378378
source ./ov/setupvars.sh
379-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
380-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
379+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
380+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
381381
sudo apt-get install libtbb-dev
382382
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
383383
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -421,8 +421,8 @@ jobs:
421421
- name: Download, convert and build
422422
run: |
423423
source ./ov/setupvars.sh
424-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
425-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
424+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
425+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
426426
sudo apt-get install libtbb-dev
427427
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-1_5 phi-1_5
428428
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -466,8 +466,8 @@ jobs:
466466
- name: Download, convert and build
467467
run: |
468468
source ./ov/setupvars.sh
469-
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
470-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
469+
python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt
470+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
471471
sudo apt-get install libtbb-dev
472472
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model ikala/redpajama-3b-chat redpajama-3b-chat
473473
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/

.github/workflows/lcm_dreamshaper_cpp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
working-directory: ${{ env.working_directory }}
4848
run: |
4949
conda activate openvino_lcm_cpp
50-
python -m pip install -r requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
51-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
50+
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
5252
5353
- name: Download and convert model and tokenizer
5454
working-directory: ${{ env.working_directory }}
@@ -92,8 +92,8 @@ jobs:
9292
working-directory: ${{ env.working_directory }}
9393
run: |
9494
conda activate openvino_lcm_cpp
95-
python -m pip install -r requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
96-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
95+
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
9797
9898
- name: Download and convert model and tokenizer
9999
working-directory: ${{ env.working_directory }}

.github/workflows/stable_diffusion_1_5_cpp.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
working-directory: ${{ env.working_directory }}
4747
run: |
4848
conda activate openvino_sd_cpp
49-
python -m pip install -r requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
50-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
49+
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
5151
5252
- name: Download and convert model and tokenizer
5353
working-directory: ${{ env.working_directory }}
@@ -89,8 +89,8 @@ jobs:
8989
working-directory: ${{ env.working_directory }}
9090
run: |
9191
conda activate openvino_sd_cpp
92-
python -m pip install -r requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
93-
python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
92+
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
9494
9595
- name: Download and convert model and tokenizer
9696
working-directory: ${{ env.working_directory }}

0 commit comments

Comments
 (0)