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

Commit 17af588

Browse files
committed
add guide for build the app on linux with cuda
1 parent 7f7fd03 commit 17af588

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README_temp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Generate build file
2626
cmake -DLLAMA_METAL=OFF ..
2727
```
2828

29+
- On Linux with CUDA:
30+
```zsh
31+
mkdir build && cd build
32+
cmake -DLLAMA_CUBLAS=ON ..
33+
```
34+
35+
2936
Build the app
3037
- On MacOS and Linux
3138
```

0 commit comments

Comments
 (0)