typo fix
This commit is contained in:
parent
5a3dc43bfe
commit
673f424f34
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ cd llama.cpp
|
|||
make LLAMA_CLBLAST=1
|
||||
```
|
||||
|
||||
Finally, use `export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH`, to enable GPU then `./main ... -ngl 1`
|
||||
Finally, use `export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH` to enable GPU, then `./main ... -ngl 1`
|
||||
|
||||
(Note: Use `unset LD_LIBRARY_PATH` to re-link executables)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue