Skip to content

Commit

Permalink
cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 4, 2024
1 parent 64c93b8 commit 450b6f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/causal_lm_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,15 @@ jobs:
- run: curl ${{ env.w_ov_link }} --output ov.zip
- run: unzip -d ov ov.zip
- run: dirs=(ov/*) && mv ov/*/* ov && rmdir "${dirs[@]}"
shell: cmd
- run: cmake -DOpenVINO_DIR=./ov/runtime/cmake -B ./build/ ./
- run: cmake --build ./build/ --config Release -j
- run: python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
- run: python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
- run: OPENVINO_LIB_PATHS=./ov/python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
- run: >
set PATH=./ov/python:%PATH%
&& set OPENVINO_LIB_PATHS=./ov/runtime/3rdparty/tbb/bin:./ov/runtime/bin/intel64/Release
&& python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
- run: wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
- name: Run chat sample
run: |
Expand Down

0 comments on commit 450b6f7

Please sign in to comment.