Correct typo run_llama2.sh > run-llama2.sh

This commit is contained in:
蕭澧邦 2024-08-23 21:32:14 +08:00 committed by GitHub
parent 3ba780e2a8
commit fa3638c6a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -336,12 +336,12 @@ Choose one of following methods to run.
- Use device 0: - Use device 0:
```sh ```sh
./examples/sycl/run_llama2.sh 0 ./examples/sycl/run-llama2.sh 0
``` ```
- Use multiple devices: - Use multiple devices:
```sh ```sh
./examples/sycl/run_llama2.sh ./examples/sycl/run-llama2.sh
``` ```
2. Command line 2. Command line