Skip to content

Commit

Permalink
f:a
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Jun 28, 2024
1 parent de558b3 commit 647b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-quality-gate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: "windows"
name: "amd64-avx2"
runs-on: "windows-2019"
cmake-flags: "-DCORTEXLLAMA_VERSION=${CI_COMMIT_TAG:-"$CI_COMMIT_SHORT_SHA"} -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
cmake-flags: "-DCORTEXLLAMA_VERSION="${{ CI_COMMIT_TAG }}-${{ CI_COMMIT_SHORT_SHA }}" -DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja"
run-e2e: true
vulkan: false
sccache: false
Expand Down

0 comments on commit 647b2c6

Please sign in to comment.