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 --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
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
35
35
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
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 --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
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
63
63
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -185,8 +185,8 @@ 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 --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
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/
192
192
cmake --build ./build/ --config Release -j
@@ -225,8 +225,8 @@ 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 --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
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
232
232
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -253,8 +253,8 @@ 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 --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
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
260
260
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -281,8 +281,8 @@ 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 --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
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
288
288
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -309,8 +309,8 @@ 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 --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
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
316
316
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -337,8 +337,8 @@ 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 --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
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
344
344
optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-7b dolly-v2-7b
@@ -376,8 +376,8 @@ 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 --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
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
383
383
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -421,8 +421,8 @@ 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 --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
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
428
428
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
@@ -466,8 +466,8 @@ 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 --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
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
473
473
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
0 commit comments