Skip to content

Commit cddae48

Browse files
Correct typo run_llama2.sh > run-llama2.sh (#9149)
1 parent 7ea8d80 commit cddae48

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
@@ -336,12 +336,12 @@ Choose one of following methods to run.
336336
- Use device 0:
337337

338338
```sh
339-
./examples/sycl/run_llama2.sh 0
339+
./examples/sycl/run-llama2.sh 0
340340
```
341341
- Use multiple devices:
342342

343343
```sh
344-
./examples/sycl/run_llama2.sh
344+
./examples/sycl/run-llama2.sh
345345
```
346346

347347
2. Command line

0 commit comments

Comments
 (0)