Explorar el Código

[SYCL] correct cmd name (#8877)

Neo Zhang hace 1 año
padre
commit
d4ff847153
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/sycl/win-run-llama2.bat

+ 1 - 1
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