[GH-ISSUE #7753] How to remove the quantization at model startup #4950

Closed
opened 2026-04-12 16:00:42 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @gubinjie on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7753

How to remove the quantization at model startup

(base) summer@summer:/data/ollama$ ollama show  reader-lm:0.5b
  Model
    architecture        qwen2
    parameters          494.03M
    context length      256000
    embedding length    896
    quantization        Q4_0

  Parameters
    stop    "<|im_start|>"
    stop    "<|im_end|>"

  License
    Creative Commons Attribution-NonCommercial 4.0 International
    By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms
      and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License,
      including the Acceptable Use Addendum ("Public License"). To the extent this Public License may be
      interpreted  as a contract, You are granted the Licensed Rights in  consideration of Your acceptance
      of these terms and conditions, and the Licensor grants You such rights in consideration of benefits
      the Licensor receives from making the Licensed Material available under these terms and conditions.


Originally created by @gubinjie on GitHub (Nov 20, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7753 How to remove the quantization at model startup ``` (base) summer@summer:/data/ollama$ ollama show reader-lm:0.5b Model architecture qwen2 parameters 494.03M context length 256000 embedding length 896 quantization Q4_0 Parameters stop "<|im_start|>" stop "<|im_end|>" License Creative Commons Attribution-NonCommercial 4.0 International By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License, including the Acceptable Use Addendum ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. ```
GiteaMirror added the feature request label 2026-04-12 16:00:42 -05:00
Author
Owner

@rick-github commented on GitHub (Nov 20, 2024):

ollama pull reader-lm:0.5b-fp16 
<!-- gh-comment-id:2487699634 --> @rick-github commented on GitHub (Nov 20, 2024): ``` ollama pull reader-lm:0.5b-fp16 ```
Author
Owner

@gubinjie commented on GitHub (Nov 20, 2024):

th

<!-- gh-comment-id:2487822088 --> @gubinjie commented on GitHub (Nov 20, 2024): th
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#4950