Skip to content

Commit

Permalink
unpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Oct 4, 2024
1 parent 17f69ec commit ce665b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/causal_lm_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@ jobs:
with:
python-version: 3.12
- run: mkdir ./ov/
- run: curl ${{ env.w_ov_link }} | tar --directory ./ov/ --strip-components 1 -x
- run: curl ${{ env.w_ov_link }} --output ov.zip
- run: tar --directory ./ov/ --strip-components 1 -xf ov.zip
- run: cmake -DOpenVINO_DIR=./ov./runtime/cmake -B ./build/ ./
- run: cmake --build ./build/ --config Release -j
- name: Download and convert and model
Expand Down

0 comments on commit ce665b8

Please sign in to comment.