[GH-ISSUE #365] nous-hermes wrong model name? #163

Closed
opened 2026-04-12 09:41:55 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @carbocation on GitHub (Aug 17, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/365

The README currently says:

5ee6116420/README.md (L42)

But that pulls a 3GB model. Shouldn't this instead be suffixed with :13b like so?

Model Parameters Size Download
Nous-Hermes 13B 7.3GB ollama pull nous-hermes:13b
Originally created by @carbocation on GitHub (Aug 17, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/365 The README currently says: https://github.com/jmorganca/ollama/blob/5ee611642049e9e4b8facb865325b33cb7343f06/README.md?plain=1#L42 But that pulls a 3GB model. Shouldn't this instead be suffixed with `:13b` like so? | Model | Parameters | Size | Download | | ------------------------ | ---------- | ----- | ------------------------------- | | Nous-Hermes | 13B | 7.3GB | `ollama pull nous-hermes:13b` |
GiteaMirror added the bug label 2026-04-12 09:41:55 -05:00
Author
Owner

@mchiang0610 commented on GitHub (Aug 17, 2023):

Hey @carbocation, sorry about the confusion. You are totally correct. The default will pull the 7b model which is 3.8GB

more nous-hermes models here:
https://ollama.ai/library/nous-hermes/tags

just fixed this in the readme as well:
https://github.com/jmorganca/ollama/pull/367

<!-- gh-comment-id:1681565084 --> @mchiang0610 commented on GitHub (Aug 17, 2023): Hey @carbocation, sorry about the confusion. You are totally correct. The default will pull the 7b model which is 3.8GB more nous-hermes models here: https://ollama.ai/library/nous-hermes/tags just fixed this in the readme as well: https://github.com/jmorganca/ollama/pull/367
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#163