Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 90579e3

Browse files
authored
fix: Update nitro BLAS build flag for windows (#490)
1 parent 75fc48a commit 90579e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ jobs:
622622
cmake --build ./build_deps/nitro_deps --config Release
623623
mkdir -p build
624624
cd build
625-
cmake .. %INSTRUCTION% -DLLAMA_BUILD_SERVER=ON -DLLAMA_BLAS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DWHISPER_SDL2=ON -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }}
625+
cmake .. %INSTRUCTION% -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUDA=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RELEASE -DWHISPER_SDL2=ON -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }}
626626
cmake --build . --config Release -j "%NUMBER_OF_PROCESSORS%"
627627
628628
- name: Pack artifacts

0 commit comments

Comments
 (0)