Skip to content

Commit

Permalink
Correct typo run_llama2.sh > run-llama2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shou692199 authored Aug 23, 2024
1 parent 3ba780e commit fa3638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backend/SYCL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa3638c

Please sign in to comment.