update the cmd example
This commit is contained in:
parent
2ab97157c9
commit
d394ca7f3c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ found 4 SYCL devices:
|
|||
Set device ID = 0 by **GGML_SYCL_DEVICE=0**
|
||||
|
||||
```
|
||||
GGML_SYCL_DEVICE=0 && ./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33
|
||||
GGML_SYCL_DEVICE=0 ./build/bin/main -m models/llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33
|
||||
```
|
||||
or run by script:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue