Skip to content

Commit

Permalink
docs: fix typo 7b -> 13b (#305)
Browse files Browse the repository at this point in the history
Resolves #304
  • Loading branch information
corneliusroemer authored Oct 25, 2023
1 parent 9167852 commit 17999cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ llm mlc setup
```
Then download the 15GB Llama 2 13B model like this:
```bash
llm mlc download-model Llama-2-7b-chat --alias llama2
llm mlc download-model Llama-2-13b-chat --alias llama2
```
And run a prompt through it:
```bash
Expand Down

0 comments on commit 17999cf

Please sign in to comment.