fix typo
This commit is contained in:
parent
b47ee69572
commit
759dcdcfdb
1 changed files with 2 additions and 2 deletions
|
@ -835,11 +835,11 @@ make LLAMA_CLBLAST=1
|
|||
|
||||
Use one of the following to enable GPU:
|
||||
```
|
||||
export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH=/vendor/lib64
|
||||
```
|
||||
or
|
||||
```
|
||||
export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH=/system/vendor/lib64
|
||||
```
|
||||
then `./main ... --gpu-layers 1`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue