[GH-ISSUE #3722] i cant't convert chatglm model to GGUF format,how can i run a chatglm model local? #2290

Closed
opened 2026-04-12 12:33:39 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @DUZHUJUN on GitHub (Apr 18, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3722

hi,
i cant't convert chatglm model to GGUF format,how can i run a chatglm model local?

Originally created by @DUZHUJUN on GitHub (Apr 18, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3722 hi, i cant't convert chatglm model to GGUF format,how can i run a chatglm model local?
GiteaMirror added the model label 2026-04-12 12:33:39 -05:00
Author
Owner

@kiron111 commented on GitHub (Jun 6, 2024):

maybe you can use chatglm.cpp
https://github.com/li-plus/chatglm.cpp

<!-- gh-comment-id:2151380776 --> @kiron111 commented on GitHub (Jun 6, 2024): maybe you can use chatglm.cpp https://github.com/li-plus/chatglm.cpp
Author
Owner

@rick-github commented on GitHub (Jan 19, 2026):

$ ollama run hf.co/mradermacher/chatglm3-6b-GGUF:Q4_K_M
pulling manifest 
pulling b2ab9109616d: 100% ▕█████████████████████████████████████████████████▏ 4.1 GB                         
pulling 42ba1fa6c70f: 100% ▕█████████████████████████████████████████████████▏  138 B                         
pulling 3fd2a354dcc6: 100% ▕█████████████████████████████████████████████████▏   50 B                         
pulling d838e00b3a93: 100% ▕█████████████████████████████████████████████████▏  558 B                         
verifying sha256 digest 
writing manifest 
success 
>>> hello
👋 Hello! How can I help you today?
<!-- gh-comment-id:3768817731 --> @rick-github commented on GitHub (Jan 19, 2026): ```console $ ollama run hf.co/mradermacher/chatglm3-6b-GGUF:Q4_K_M pulling manifest pulling b2ab9109616d: 100% ▕█████████████████████████████████████████████████▏ 4.1 GB pulling 42ba1fa6c70f: 100% ▕█████████████████████████████████████████████████▏ 138 B pulling 3fd2a354dcc6: 100% ▕█████████████████████████████████████████████████▏ 50 B pulling d838e00b3a93: 100% ▕█████████████████████████████████████████████████▏ 558 B verifying sha256 digest writing manifest success >>> hello 👋 Hello! How can I help you today? ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#2290