Skip to content

Commit

Permalink
Correct typo run_llama2.sh > run-llama2.sh (ggerganov#9149)
Browse files Browse the repository at this point in the history
  • Loading branch information
shou692199 authored and dsx1986 committed Oct 29, 2024
1 parent 3ab1a94 commit f5c83df
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 f5c83df

Please sign in to comment.