[GH-ISSUE #6169] How to fix the default settings of the model? #50365

Open
opened 2026-04-28 15:26:42 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @wszgrcy on GitHub (Aug 5, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6169

What is the issue?

I found that the template for 'yi: 9b-v1.5-q8-0' is missing and different from the 'yi: 9b' template
Where should the fix be carried out?

image
image
image

OS

Windows

GPU

AMD

CPU

AMD

Ollama version

0.3.2

Originally created by @wszgrcy on GitHub (Aug 5, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6169 ### What is the issue? I found that the template for 'yi: 9b-v1.5-q8-0' is missing and different from the 'yi: 9b' template Where should the fix be carried out? ![image](https://github.com/user-attachments/assets/90bd2fc8-b4c7-40b2-92c9-fbf9c9a08298) ![image](https://github.com/user-attachments/assets/5cec12cd-8f25-45be-8990-3eabda9c95d8) ![image](https://github.com/user-attachments/assets/1b6eeec8-dc74-4dff-8df5-bedb6ce85fde) ### OS Windows ### GPU AMD ### CPU AMD ### Ollama version 0.3.2
GiteaMirror added the bug label 2026-04-28 15:26:42 -05:00
Author
Owner

@igorschlum commented on GitHub (Aug 5, 2024):

@wszgrcy good point. I checked different tags for yi models on ollama.com and params are not consistent. All quantizations have missing params. Even the Q4_0 witch should be the same as the default one.

<!-- gh-comment-id:2269393602 --> @igorschlum commented on GitHub (Aug 5, 2024): @wszgrcy good point. I checked different tags for yi models on ollama.com and params are not consistent. All quantizations have missing params. Even the Q4_0 witch should be the same as the default one.
Author
Owner

@wszgrcy commented on GitHub (Aug 6, 2024):

@wszgrcy good point. I checked different tags for yi models on ollama.com and params are not consistent. All quantizations have missing params. Even the Q4_0 witch should be the same as the default one.

Thank you, I see that the configuration seems to have been fixed

<!-- gh-comment-id:2270312237 --> @wszgrcy commented on GitHub (Aug 6, 2024): > @wszgrcy good point. I checked different tags for yi models on ollama.com and params are not consistent. All quantizations have missing params. Even the Q4_0 witch should be the same as the default one. Thank you, I see that the configuration seems to have been fixed
Author
Owner

@igorschlum commented on GitHub (Aug 7, 2024):

Are you sur? Here the params are still missing:

https://ollama.com/library/yi:9b-v1.5-q8_0

<!-- gh-comment-id:2273918289 --> @igorschlum commented on GitHub (Aug 7, 2024): Are you sur? Here the params are still missing: https://ollama.com/library/yi:9b-v1.5-q8_0
Author
Owner

@wszgrcy commented on GitHub (Aug 7, 2024):

Are you sur? Here the params are still missing:

https://ollama.com/library/yi:9b-v1.5-q8_0

I looked at the tag I pulled and found that it was9b-chat-v1.5-q8-0, but9b-v1.5-q8-0is still missing
It seems like I pulled the wrong tag
What are the differences between these two versions

<!-- gh-comment-id:2274533927 --> @wszgrcy commented on GitHub (Aug 7, 2024): > Are you sur? Here the params are still missing: > > https://ollama.com/library/yi:9b-v1.5-q8_0 I looked at the tag I pulled and found that it was`9b-chat-v1.5-q8-0`, but`9b-v1.5-q8-0`is still missing It seems like I pulled the wrong tag What are the differences between these two versions
Author
Owner

@mxyng commented on GitHub (Aug 14, 2024):

This seems like a mistake in the tagging. As the name suggests 9b-chat-v1.5-q8-0 is the chat finetune of Yi 9B v1.5 while 9b-v1.5-q8-0 is the pretrained model. Previously we tagged the latter as text, e.g. 9b-text-v1.5-q8_0 to avoid confusion but missed it in this case

<!-- gh-comment-id:2289877978 --> @mxyng commented on GitHub (Aug 14, 2024): This seems like a mistake in the tagging. As the name suggests `9b-chat-v1.5-q8-0` is the chat finetune of Yi 9B v1.5 while `9b-v1.5-q8-0` is the pretrained model. Previously we tagged the latter as `text`, e.g. `9b-text-v1.5-q8_0` to avoid confusion but missed it in this case
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#50365