Skip to content

Commit c2e3b35

Browse files
MakeDecisionWortharthw
authored andcommitted
Correct typo run_llama2.sh > run-llama2.sh (ggml-org#9149)
1 parent 6bfd289 commit c2e3b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backend/SYCL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ Choose one of following methods to run.
357357
- Use device 0:
358358

359359
```sh
360-
./examples/sycl/run_llama2.sh 0
360+
./examples/sycl/run-llama2.sh 0
361361
```
362362
- Use multiple devices:
363363

364364
```sh
365-
./examples/sycl/run_llama2.sh
365+
./examples/sycl/run-llama2.sh
366366
```
367367

368368
2. Command line

0 commit comments

Comments
 (0)