Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mkdir build
Browse files Browse the repository at this point in the history
Wovchena committed Oct 7, 2023
1 parent 0191ef2 commit 0c6aa14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/llm_demo.yml
Original file line number Diff line number Diff line change
@@ -15,8 +15,10 @@ jobs:
sudo apt install libopencv-dev
- name: Build llm_demo
run: |
cmake -Sdemos -Bbuild -DCMAKE_BUILD_TYPE=Release -DOpenVINO_DIR=ov/runtime/cmake
cmake --build build --target llm_demo --config Release -j
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DOpenVINO_DIR=ov/runtime/cmake ..
cmake --build . --target llm_demo --config Release -j
- uses: actions/checkout@v4
with:
repository: openlm-research/open_llama_3b_v2

0 comments on commit 0c6aa14

Please sign in to comment.