From: 蕭澧邦 Date: Fri, 30 Aug 2024 12:10:01 +0000 (+0800) Subject: Correct typo run_llama2.sh > run-llama2.sh (#9149) X-Git-Tag: upstream/0.0.4488~841 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cddae4884c853b1a7ab420458236d666e2e34423;p=pkg%2Fggml%2Fsources%2Fllama.cpp Correct typo run_llama2.sh > run-llama2.sh (#9149) --- diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index e838b2be..e3b9572c 100644 --- a/docs/backend/SYCL.md +++ b/docs/backend/SYCL.md @@ -336,12 +336,12 @@ Choose one of following methods to run. - Use device 0: ```sh -./examples/sycl/run_llama2.sh 0 +./examples/sycl/run-llama2.sh 0 ``` - Use multiple devices: ```sh -./examples/sycl/run_llama2.sh +./examples/sycl/run-llama2.sh ``` 2. Command line