mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
model-conversion : fix the make targets in the README.md (#16209)
Fix two incorrect make targets in the readme. Signed-off-by: Jie Fu <jiefu@tencent.com>
This commit is contained in:
@@ -105,12 +105,12 @@ new model, the model can be converted to GGUF format using the following command
|
|||||||
### Inspecting the converted model
|
### Inspecting the converted model
|
||||||
The converted model can be inspected using the following command:
|
The converted model can be inspected using the following command:
|
||||||
```console
|
```console
|
||||||
(venv) $ make inspect-converted-model
|
(venv) $ make causal-inspect-converted-model
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running the converted model
|
### Running the converted model
|
||||||
```console
|
```console
|
||||||
(venv) $ make run-converted-model
|
(venv) $ make causal-run-converted-model
|
||||||
```
|
```
|
||||||
|
|
||||||
### Model logits verfication
|
### Model logits verfication
|
||||||
|
|||||||
Reference in New Issue
Block a user