File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -425,13 +425,13 @@ Examples:
425425- Use device 0:
426426
427427``` sh
428- ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -m models/llama-2-7b.Q4_0.gguf -p " Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33 -sm none -mg 0
428+ ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -no-cnv - m models/llama-2-7b.Q4_0.gguf -p " Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33 -sm none -mg 0
429429```
430430
431431- Use multiple devices:
432432
433433``` sh
434- ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -m models/llama-2-7b.Q4_0.gguf -p " Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33 -sm layer
434+ ZES_ENABLE_SYSMAN=1 ./build/bin/llama-cli -no-cnv - m models/llama-2-7b.Q4_0.gguf -p " Building a website can be done in 10 simple steps:" -n 400 -e -ngl 33 -sm layer
435435```
436436
437437* Notes:*
@@ -697,13 +697,13 @@ Examples:
697697- Use device 0:
698698
699699```
700- build\bin\llama-cli.exe -m models\llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e -ngl 33 -s 0 -sm none -mg 0
700+ build\bin\llama-cli.exe -no-cnv - m models\llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e -ngl 33 -s 0 -sm none -mg 0
701701```
702702
703703- Use multiple devices:
704704
705705```
706- build\bin\llama-cli.exe -m models\llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e -ngl 33 -s 0 -sm layer
706+ build\bin\llama-cli.exe -no-cnv - m models\llama-2-7b.Q4_0.gguf -p "Building a website can be done in 10 simple steps:\nStep 1:" -n 400 -e -ngl 33 -s 0 -sm layer
707707```
708708
709709
You can’t perform that action at this time.
0 commit comments