|
22 | 22 | - run: source ./ov/setupvars.sh && cmake --install ./build/ --config ${{ matrix.build-type }} --prefix ov
|
23 | 23 | - run: ov/samples/cpp/build_samples.sh -i ${{ github.workspace }}/s\ pace
|
24 | 24 | if: ${{ 'Release' == matrix.build-type }} # build_samples enforces Release build
|
25 |
| - - run: source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/ |
| 25 | + - run: python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
| 26 | + if: ${{ 'Release' == matrix.build-type }} |
| 27 | + - run: source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/ |
26 | 28 | if: ${{ 'Release' == matrix.build-type }}
|
27 | 29 | - run: source ./ov/setupvars.sh && optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
28 | 30 | if: ${{ 'Release' == matrix.build-type }}
|
|
51 | 53 | - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && cmake --install ./build/ --config ${{ matrix.build-type }} --prefix w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64
|
52 | 54 | - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\samples\cpp\build_samples_msvc.bat -i "${{ github.workspace }}/samples_install"
|
53 | 55 | if: ${{ 'Release' == matrix.build-type }} # build_samples enforces Release build
|
54 |
| - - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/ |
| 56 | + - run: python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
| 57 | + if: ${{ 'Release' == matrix.build-type }} |
| 58 | + - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/ |
55 | 59 | if: ${{ 'Release' == matrix.build-type }}
|
56 | 60 | - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && optimum-cli export openvino --trust-remote-code --weight-format fp16 --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
|
57 | 61 | if: ${{ 'Release' == matrix.build-type }}
|
|
0 commit comments