mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-08-21 23:22:57 -04:00
Correct typo run_llama2.sh > run-llama2.sh (#9149)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user