|
46 | 46 | - name: Download and convert and model
|
47 | 47 | run: |
|
48 | 48 | source ./ov/setupvars.sh
|
49 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
50 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 49 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 50 | + python -m pip install -r ./samples/requirements.txt |
51 | 51 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model openlm-research/open_llama_3b_v2 open_llama_3b_v2
|
52 | 52 | optimum-cli export openvino -m TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
53 | 53 | wget https://huggingface.co/smangrul/tinyllama_lora_sql/resolve/main/adapter_model.safetensors?download=true -O adapter_model.safetensors
|
@@ -105,8 +105,8 @@ jobs:
|
105 | 105 | - name: Download and convert and model
|
106 | 106 | run: |
|
107 | 107 | source ./ov/setupvars.sh
|
108 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
109 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 108 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 109 | + python -m pip install -r ./samples/requirements.txt |
110 | 110 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
111 | 111 | - name: Compare
|
112 | 112 | env:
|
@@ -241,8 +241,8 @@ jobs:
|
241 | 241 | - name: Download and convert model
|
242 | 242 | run: |
|
243 | 243 | call .\ov\setupvars.bat
|
244 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
245 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 244 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 245 | + python -m pip install -r ./samples/requirements.txt |
246 | 246 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
247 | 247 | optimum-cli export openvino -m TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
248 | 248 | curl -o adapter_model.safetensors -s -L https://huggingface.co/smangrul/tinyllama_lora_sql/resolve/main/adapter_model.safetensors?download=true
|
@@ -299,8 +299,8 @@ jobs:
|
299 | 299 | - name: Download and convert and model
|
300 | 300 | run: |
|
301 | 301 | source ./ov/setupvars.sh
|
302 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
303 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 302 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 303 | + python -m pip install -r ./samples/requirements.txt |
304 | 304 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen-7B-Chat Qwen-7B-Chat
|
305 | 305 | - run: >
|
306 | 306 | . ./ov/setupvars.sh
|
@@ -333,8 +333,8 @@ jobs:
|
333 | 333 | - name: Download and convert and model
|
334 | 334 | run: |
|
335 | 335 | source ./ov/setupvars.sh
|
336 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
337 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 336 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 337 | + python -m pip install -r ./samples/requirements.txt |
338 | 338 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen1.5-7B-Chat Qwen1.5-7B-Chat
|
339 | 339 | - run: >
|
340 | 340 | . ./ov/setupvars.sh
|
@@ -368,8 +368,8 @@ jobs:
|
368 | 368 | - name: Download and convert and model
|
369 | 369 | run: |
|
370 | 370 | source ./ov/setupvars.sh
|
371 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
372 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 371 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 372 | + python -m pip install -r ./samples/requirements.txt |
373 | 373 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-2 phi-2
|
374 | 374 | - run: >
|
375 | 375 | . ./ov/setupvars.sh
|
@@ -403,8 +403,8 @@ jobs:
|
403 | 403 | - name: Download and convert and model
|
404 | 404 | run: |
|
405 | 405 | source ./ov/setupvars.sh
|
406 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
407 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 406 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 407 | + python -m pip install -r ./samples/requirements.txt |
408 | 408 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model argilla/notus-7b-v1 notus-7b-v1
|
409 | 409 | - run: >
|
410 | 410 | . ./ov/setupvars.sh
|
@@ -438,8 +438,8 @@ jobs:
|
438 | 438 | - name: Download and convert and model
|
439 | 439 | run: |
|
440 | 440 | source ./ov/setupvars.sh
|
441 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
442 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 441 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 442 | + python -m pip install -r ./samples/requirements.txt |
443 | 443 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-3b dolly-v2-3b
|
444 | 444 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model databricks/dolly-v2-7b dolly-v2-7b
|
445 | 445 | - name: run and compare
|
@@ -488,8 +488,8 @@ jobs:
|
488 | 488 | - name: Download and convert and model
|
489 | 489 | run: |
|
490 | 490 | source ./ov/setupvars.sh
|
491 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
492 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 491 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 492 | + python -m pip install -r ./samples/requirements.txt |
493 | 493 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
494 | 494 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model Qwen/Qwen-7B-Chat Qwen-7B-Chat --task text-generation-with-past
|
495 | 495 | - name: run and compare
|
@@ -560,8 +560,8 @@ jobs:
|
560 | 560 | - name: Download and convert and model
|
561 | 561 | run: |
|
562 | 562 | source ./ov/setupvars.sh
|
563 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
564 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 563 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 564 | + python -m pip install -r ./samples/requirements.txt |
565 | 565 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model microsoft/phi-1_5 phi-1_5
|
566 | 566 | - name: Run Generation
|
567 | 567 | run: |
|
@@ -615,8 +615,8 @@ jobs:
|
615 | 615 | - name: Download and convert and model
|
616 | 616 | run: |
|
617 | 617 | source ./ov/setupvars.sh
|
618 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
619 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 618 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 619 | + python -m pip install -r ./samples/requirements.txt |
620 | 620 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model ikala/redpajama-3b-chat redpajama-3b-chat
|
621 | 621 | - name: Run Generation
|
622 | 622 | run: |
|
@@ -670,8 +670,8 @@ jobs:
|
670 | 670 | - name: Download and convert and model
|
671 | 671 | run: |
|
672 | 672 | source ./ov/setupvars.sh
|
673 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
674 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 673 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 674 | + python -m pip install -r ./samples/requirements.txt |
675 | 675 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
676 | 676 | - name: Compare
|
677 | 677 | env:
|
@@ -863,8 +863,8 @@ jobs:
|
863 | 863 | - name: Download and convert and model
|
864 | 864 | run: |
|
865 | 865 | source ./ov/setupvars.sh
|
866 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
867 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 866 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 867 | + python -m pip install -r ./samples/requirements.txt |
868 | 868 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
869 | 869 | - name: Run gtests
|
870 | 870 | run: |
|
@@ -909,8 +909,8 @@ jobs:
|
909 | 909 | - name: Download and convert and model
|
910 | 910 | run: |
|
911 | 911 | call .\ov\setupvars.bat
|
912 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
913 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 912 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 913 | + python -m pip install -r ./samples/requirements.txt |
914 | 914 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
915 | 915 | - name: Run gtests
|
916 | 916 | run: |
|
@@ -954,8 +954,8 @@ jobs:
|
954 | 954 | - name: Download and convert and model
|
955 | 955 | run: |
|
956 | 956 | source ./ov/setupvars.sh
|
957 |
| - python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt |
958 |
| - python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 957 | + python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly |
| 958 | + python -m pip install -r ./samples/requirements.txt |
959 | 959 | optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
960 | 960 | - name: Run gtests
|
961 | 961 | run: |
|
|
0 commit comments