From: Neo Zhang Date: Tue, 6 Aug 2024 01:09:12 +0000 (+0800) Subject: [SYCL] correct cmd name (#8877) X-Git-Tag: upstream/0.0.4488~961 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4ff847153e9cf7220d1b39aa21172069e6e8cea;p=pkg%2Fggml%2Fsources%2Fllama.cpp [SYCL] correct cmd name (#8877) --- diff --git a/examples/sycl/win-run-llama2.bat b/examples/sycl/win-run-llama2.bat index f0385cdf..c2918d6d 100644 --- a/examples/sycl/win-run-llama2.bat +++ b/examples/sycl/win-run-llama2.bat @@ -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