Skip to content

Commit

Permalink
Suggest orca-mini-7b because ggml-vicuna-7b-1 is no longer available, c…
Browse files Browse the repository at this point in the history
…loses #195
  • Loading branch information
simonw committed Sep 1, 2023
1 parent 983301b commit e84929e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/other-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run `llm models` to see the expanded list of available models.

To run a prompt through one of the models from GPT4All specify it using `-m/--model`:
```bash
llm -m ggml-vicuna-7b-1 'What is the capital of France?'
llm -m orca-mini-7b 'What is the capital of France?'
```
The model will be downloaded and cached the first time you use it.

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/installing-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ llm models --options
```
To run a prompt against a newly installed model, pass its name as the `-m/--model` option:
```bash
llm -m ggml-vicuna-7b-1 'What is the capital of France?'
llm -m orca-mini-7b 'What is the capital of France?'
```

## Listing installed plugins
Expand Down

0 comments on commit e84929e

Please sign in to comment.