diff options
Diffstat (limited to 'examples/sycl/run-llama2.sh')
-rwxr-xr-x | examples/sycl/run-llama2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sycl/run-llama2.sh b/examples/sycl/run-llama2.sh index c979a52f..7b39a18c 100755 --- a/examples/sycl/run-llama2.sh +++ b/examples/sycl/run-llama2.sh @@ -12,6 +12,7 @@ if [ $# -gt 0 ]; then GGML_SYCL_SINGLE_GPU=1 else GGML_SYCL_DEVICE=0 + GGML_SYCL_SINGLE_GPU=0 fi #export GGML_SYCL_DEBUG=1 |