|
28 | 28 | - name: Download, convert and build
|
29 | 29 | run: |
|
30 | 30 | 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 |
32 | 32 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
33 | 33 | sudo apt-get install libtbb-dev
|
34 | 34 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model openlm-research/open_llama_3b_v2 open_llama_3b_v2
|
|
56 | 56 | - name: Download, convert and build
|
57 | 57 | run: |
|
58 | 58 | 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 |
60 | 60 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
61 | 61 | sudo apt-get install libtbb-dev
|
62 | 62 | 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:
|
185 | 185 | shell: cmd
|
186 | 186 | run: |
|
187 | 187 | 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 |
189 | 189 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
190 | 190 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
191 | 191 | cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
|
@@ -225,7 +225,7 @@ jobs:
|
225 | 225 | - name: Download, convert and build
|
226 | 226 | run: |
|
227 | 227 | 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 |
229 | 229 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
230 | 230 | sudo apt-get install libtbb-dev
|
231 | 231 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen-7B-Chat Qwen-7B-Chat
|
@@ -253,7 +253,7 @@ jobs:
|
253 | 253 | - name: Download, convert and build
|
254 | 254 | run: |
|
255 | 255 | 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 |
257 | 257 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
258 | 258 | sudo apt-get install libtbb-dev
|
259 | 259 | 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:
|
281 | 281 | - name: Download, convert and build
|
282 | 282 | run: |
|
283 | 283 | 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 |
285 | 285 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
286 | 286 | sudo apt-get install libtbb-dev
|
287 | 287 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-2 phi-2
|
@@ -309,7 +309,7 @@ jobs:
|
309 | 309 | - name: Download, convert and build
|
310 | 310 | run: |
|
311 | 311 | 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 |
313 | 313 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
314 | 314 | sudo apt-get install libtbb-dev
|
315 | 315 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model argilla/notus-7b-v1 notus-7b-v1
|
@@ -337,7 +337,7 @@ jobs:
|
337 | 337 | - name: Download, convert and build
|
338 | 338 | run: |
|
339 | 339 | 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 |
341 | 341 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
342 | 342 | sudo apt-get install libtbb-dev
|
343 | 343 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-3b dolly-v2-3b
|
@@ -376,7 +376,7 @@ jobs:
|
376 | 376 | - name: Download, convert and build
|
377 | 377 | run: |
|
378 | 378 | 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 |
380 | 380 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
381 | 381 | sudo apt-get install libtbb-dev
|
382 | 382 | 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:
|
421 | 421 | - name: Download, convert and build
|
422 | 422 | run: |
|
423 | 423 | 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 |
425 | 425 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
426 | 426 | sudo apt-get install libtbb-dev
|
427 | 427 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-1_5 phi-1_5
|
@@ -466,7 +466,7 @@ jobs:
|
466 | 466 | - name: Download, convert and build
|
467 | 467 | run: |
|
468 | 468 | 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 |
470 | 470 | python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
|
471 | 471 | sudo apt-get install libtbb-dev
|
472 | 472 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model ikala/redpajama-3b-chat redpajama-3b-chat
|
|
0 commit comments