|
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: python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
| 25 | + - run: source ./ov/setupvars.sh && python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
26 | 26 | if: ${{ 'Release' == matrix.build-type }}
|
27 |
| - - run: python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/ |
| 27 | + - run: source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/ |
28 | 28 | if: ${{ 'Release' == matrix.build-type }}
|
29 | 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
|
30 | 30 | if: ${{ 'Release' == matrix.build-type }}
|
|
53 | 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
|
54 | 54 | - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\samples\cpp\build_samples_msvc.bat -i "${{ github.workspace }}/samples_install"
|
55 | 55 | if: ${{ 'Release' == matrix.build-type }} # build_samples enforces Release build
|
56 |
| - - run: python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
| 56 | + - run: call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && python -m pip install --upgrade-strategy eager -r ./text_generation/causal_lm/cpp/requirements.txt |
57 | 57 | if: ${{ 'Release' == matrix.build-type }}
|
58 |
| - - run: python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/ |
| 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/ |
59 | 59 | if: ${{ 'Release' == matrix.build-type }}
|
60 | 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
|
61 | 61 | if: ${{ 'Release' == matrix.build-type }}
|
|
0 commit comments