[GH-ISSUE #2141] Full model names #1222

Closed
opened 2026-04-12 10:59:47 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @freQuensy23-coder on GitHub (Jan 22, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2141

Your code can serve mistral's models, but which one exactly??? Is it:

  • mistralai/mistral-7b-instruct-v0.1
  • mistralai/mistral-7b-v0.1
  • mistralai/mistral-7b-instruct-v0.2

Thanks for anwer

Originally created by @freQuensy23-coder on GitHub (Jan 22, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2141 Your code can serve mistral's models, but which one exactly??? Is it: - mistralai/mistral-7b-instruct-v0.1 - mistralai/mistral-7b-v0.1 - mistralai/mistral-7b-instruct-v0.2 Thanks for anwer
Author
Owner

@pdevine commented on GitHub (Jan 22, 2024):

You can find each of the tags for Mistral here: https://ollama.ai/library/mistral/tags

  • For mistralai/mistral-7b-instruct-v0.1, you can use ollama run mistral:v0.1
  • For mistralai/mistral-7b-v0.1, you can use ollama run mistral:7b-text-q4_0 (I think this is there text modal, and not instruct?)
  • For mistralai/mistral-7b-instruct-v0.2, you can use ollama run mistral

Going to go ahead and close this, but hopefully it answers your question. There are more details in the overview on that page.

<!-- gh-comment-id:1904670323 --> @pdevine commented on GitHub (Jan 22, 2024): You can find each of the tags for Mistral here: https://ollama.ai/library/mistral/tags * For `mistralai/mistral-7b-instruct-v0.1`, you can use `ollama run mistral:v0.1` * For `mistralai/mistral-7b-v0.1`, you can use `ollama run mistral:7b-text-q4_0` (I think this is there text modal, and not instruct?) * For `mistralai/mistral-7b-instruct-v0.2`, you can use `ollama run mistral` Going to go ahead and close this, but hopefully it answers your question. There are more details in the overview on that page.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1222