From 2cba564b492fc9f90cf23579e595b79869f4ec98 Mon Sep 17 00:00:00 2001 From: Abhilash Majumder <30946547+abhilash1910@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:48:49 +0530 Subject: [PATCH] Update examples/sycl/run-llama2.sh Co-authored-by: Georgi Gerganov --- examples/sycl/run-llama2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sycl/run-llama2.sh b/examples/sycl/run-llama2.sh index 61f589683..3bdac7377 100755 --- a/examples/sycl/run-llama2.sh +++ b/examples/sycl/run-llama2.sh @@ -4,9 +4,9 @@ INPUT2="Building a website can be done in 10 simple steps:\nStep 1:" source /opt/intel/oneapi/setvars.sh if [ $# -gt 0 ]; then - export GGML_SYCL_DEVICE=$1 + export GGML_SYCL_DEVICE=$1 else - export GGML_SYCL_DEVICE=0 + export GGML_SYCL_DEVICE=0 fi echo GGML_SYCL_DEVICE=$GGML_SYCL_DEVICE #export GGML_SYCL_DEBUG=1