Skip to content

Commit

Permalink
feat: set GGML_NATIVE=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 19, 2025
1 parent d62cef8 commit 639690b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ else
yarn clean && yarn build-native \
--CDLLAMA_CUDA=1 \
--CDVARIANT=cuda \
--CDGGML_NATIVE=OFF \
--CDCMAKE_CUDA_ARCHITECTURES=87 # > Jetson Orin series
else
echo "CUDA is not available, skipping CUDA build"
Expand Down

0 comments on commit 639690b

Please sign in to comment.