]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
[SYCL] correct cmd name (#8877)
authorNeo Zhang <redacted>
Tue, 6 Aug 2024 01:09:12 +0000 (09:09 +0800)
committerGitHub <redacted>
Tue, 6 Aug 2024 01:09:12 +0000 (09:09 +0800)
examples/sycl/win-run-llama2.bat

index f0385cdf0783e69d122dcc7610560ee947e15b82..c2918d6dcead644ed99c259b3e3cc2c2597fcda9 100644 (file)
@@ -6,4 +6,4 @@ set INPUT2="Building a website can be done in 10 simple steps:\nStep 1:"
 @call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
 
 
-.\build\bin\main.exe -m models\llama-2-7b.Q4_0.gguf -p %INPUT2% -n 400 -e -ngl 33 -s 0
+.\build\bin\llama-cli.exe -m models\llama-2-7b.Q4_0.gguf -p %INPUT2% -n 400 -e -ngl 33 -s 0