Skip to content

Commit

Permalink
fix options in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericMale committed Sep 4, 2024
1 parent 9f31758 commit 91bc5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm install -g ollama-model-generator
ollama-model-generator [options]
Options:
--model, -m <path> Path to the GGUF model file. This will be symlinked to Ollama blob storage.
--model <path> Path to the GGUF model file. This will be symlinked to Ollama blob storage.
If the file doesn't exist, it will be downloaded from the Ollama Registry based on --from.
Optional. If not provided, the model will be downloaded to the Ollama blob storage.
Expand Down Expand Up @@ -88,7 +88,7 @@ This will download the Gemma 2 model but use the local `my-template.txt` file as
### Print GGUF metadata

```shell
ollama-model-generator -s --model my-model.gguf
ollama-model-generator --show --model my-model.gguf
```

Prints the GGUF metadata of the model file as JSON.

0 comments on commit 91bc5c7

Please sign in to comment.