@@ -17,11 +17,11 @@ jobs:
17
17
- run : source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
18
18
- run : source ./ov/setupvars.sh && cmake --build ./build/ --config Release --target package -j
19
19
- run : source ./ov/setupvars.sh && cmake --install ./build/ --config Release --prefix ov
20
- - run : ov/samples/cpp/build_samples.sh -b " ${{ github.workspace }}/s pace"
20
+ - run : ov/samples/cpp/build_samples.sh -i ${{ github.workspace }}/s\ pace
21
21
- run : source ./ov/setupvars.sh && python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt
22
22
- run : source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
23
23
- 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
24
- - run : source ./ov/setupvars.sh && timeout 50s "${{ github.workspace }}/s pace/intel64/Release /greedy_causal_lm" ./TinyLlama-1.1B-Chat-v1.0/ ""
24
+ - run : source ./ov/setupvars.sh && timeout 50s "${{ github.workspace }}/s\ pace/samples_bin /greedy_causal_lm" ./TinyLlama-1.1B-Chat-v1.0/ ""
25
25
26
26
windows_genai_package :
27
27
runs-on : windows-latest
40
40
- run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
41
41
- run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && cmake --build ./build/ --config Release --target package -j
42
42
- run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && cmake --install ./build/ --config Release --prefix w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64
43
- - run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\samples\cpp\build_samples_msvc.bat -b "${{ github.workspace }}/samples_build "
43
+ - run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\samples\cpp\build_samples_msvc.bat -i "${{ github.workspace }}/samples_install "
44
44
- 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
45
45
- run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
46
46
- 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
47
- - run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && "${{ github.workspace }}/samples_build/intel64/Release /greedy_causal_lm" .\TinyLlama-1.1B-Chat-v1.0\ ""
47
+ - run : call w_openvino_toolkit_windows_2024.2.0.dev20240515_x86_64\setupvars.bat && "${{ github.workspace }}/samples_install/samples_bin /greedy_causal_lm" .\TinyLlama-1.1B-Chat-v1.0\ ""
0 commit comments