Skip to content

Commit ad49d94

Browse files
committed
--pre --extra-index-url
1 parent 3e914c5 commit ad49d94

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/causal_lm_cpp.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
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
3232
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -56,7 +56,7 @@ 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
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
6060
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -185,7 +185,7 @@ 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
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
189189
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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/
@@ -225,7 +225,7 @@ 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
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
229229
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -253,7 +253,7 @@ 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
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
257257
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -281,7 +281,7 @@ 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
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
285285
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
286286
sudo apt-get install libtbb-dev
287287
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-2 phi-2
@@ -309,7 +309,7 @@ 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
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
313313
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -337,7 +337,7 @@ 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
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
341341
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -376,7 +376,7 @@ 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
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
380380
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -421,7 +421,7 @@ 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
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
425425
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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
@@ -466,7 +466,7 @@ 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
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
470470
python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
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

0 commit comments

Comments
 (0)