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

Commit 5d67e66

Browse files
authored
Fix error nitro GPU run failed on linux (#274)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent d4ec7bd commit 5d67e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
./install_deps.sh
6969
mkdir build && cd build
70-
cmake -DDEBUG=ON ..
70+
cmake -DDEBUG=ON -DLLAMA_NATIVE=OFF ..
7171
CC=gcc-8 make -j $(nproc)
7272
ls -la
7373
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
./install_deps.sh
128128
mkdir build && cd build
129-
cmake -DDEBUG=ON -DLLAMA_CUBLAS=ON ..
129+
cmake -DDEBUG=ON -DLLAMA_CUBLAS=ON -DLLAMA_NATIVE=OFF ..
130130
CC=gcc-8 make -j $(nproc)
131131
ls -la
132132

0 commit comments

Comments
 (0)