[GH-ISSUE #2170] Question: Are qwen:72b-chat and qwen:72b-text about to be added to ollama.ai? #27002

Closed
opened 2026-04-22 03:51:49 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @jukofyork on GitHub (Jan 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2170

I was just about to download/quantize the transformer models from Hugging Face, but noticed qwen was added to ollama.ai and wondered if qwen:72b-chat and qwen:72b-chat-text were about to be added?

It says this on the 'Overview' page:

This model is offered in four different parameter size tags:

  • qwen:1.8b
  • qwen:7b (default)
  • qwen:14b
  • qwen:72b

But there are no 72b variants listed on the 'Tags' page. I tried ollama pull qwen:72b-chat-q8_0 to see if it might just be unlisted, but it returns Error: pull model manifest: file does not exist.

Originally created by @jukofyork on GitHub (Jan 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2170 I was just about to download/quantize the transformer models from Hugging Face, but noticed `qwen` was added to `ollama.ai` and wondered if `qwen:72b-chat` and `qwen:72b-chat-text` were about to be added? It says this on the 'Overview' page: >This model is offered in four different parameter size tags: > >- `qwen:1.8b` >- `qwen:7b (default)` >- `qwen:14b` >- `qwen:72b` But there are no 72b variants listed on the 'Tags' page. I tried `ollama pull qwen:72b-chat-q8_0` to see if it might just be unlisted, but it returns `Error: pull model manifest: file does not exist`.
Author
Owner

@mchiang0610 commented on GitHub (Jan 24, 2024):

yes! https://ollama.ai/library/qwen

you can run it: ollama run qwen

and the versions available for you to pull

https://ollama.ai/library/qwen/tags

<!-- gh-comment-id:1908590564 --> @mchiang0610 commented on GitHub (Jan 24, 2024): yes! https://ollama.ai/library/qwen you can run it: `ollama run qwen` and the versions available for you to pull https://ollama.ai/library/qwen/tags
Author
Owner

@jukofyork commented on GitHub (Jan 25, 2024):

Thanks!

<!-- gh-comment-id:1909142782 --> @jukofyork commented on GitHub (Jan 25, 2024): Thanks!
Author
Owner

@qitao052 commented on GitHub (Jan 30, 2024):

there three kind of tags, like 72b, 72b-chat and 72b-text. May I ask the difference of 72b-text from 72b or 72b-chat ?

<!-- gh-comment-id:1915928069 --> @qitao052 commented on GitHub (Jan 30, 2024): there three kind of tags, like 72b, 72b-chat and 72b-text. May I ask the difference of 72b-text from 72b or 72b-chat ?
Author
Owner

@jukofyork commented on GitHub (Jan 30, 2024):

there three kind of tags, like 72b, 72b-chat and 72b-text. May I ask the difference of 72b-text from 72b or 72b-chat ?

Text is the base model that just predicts the next word and it very hard to work with. Chat (or instruct) models have been fine tuned after they are trained to and what you should always choose.

<!-- gh-comment-id:1916081108 --> @jukofyork commented on GitHub (Jan 30, 2024): > there three kind of tags, like 72b, 72b-chat and 72b-text. May I ask the difference of 72b-text from 72b or 72b-chat ? Text is the base model that just predicts the next word and it very hard to work with. Chat (or instruct) models have been fine tuned after they are trained to and what you should always choose.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#27002