]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Correct typo run_llama2.sh > run-llama2.sh (#9149)
author蕭澧邦 <redacted>
Fri, 30 Aug 2024 12:10:01 +0000 (20:10 +0800)
committerGitHub <redacted>
Fri, 30 Aug 2024 12:10:01 +0000 (22:10 +1000)
docs/backend/SYCL.md

index e838b2be6b11c5be555228af4624dc2c029e90ca..e3b9572ccb415d50416f2231c8f1d839aeb31b77 100644 (file)
@@ -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