[GH-ISSUE #3687] how to import wizard 8*22b gguf? #28030

Closed
opened 2026-04-22 05:45:35 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @taozhiyuai on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3687

What is the issue?

FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00001-of-00005.gguf
FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00002-of-00005.gguf
FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00003-of-00005.gguf
FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00004-of-00005.gguf
FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00005-of-00005.gguf

TEMPLATE """{{ if .System }}{{ .System }} {{ end }}{{ if .Prompt }}USER: {{ .Prompt }} {{ end }}ASSISTANT: {{ .Response }}"""
SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""
PARAMETER stop "USER:"
PARAMETER stop "ASSISTANT:"

how to import? include one or five gguf both fail to run model.

What did you expect to see?

No response

Steps to reproduce

No response

Are there any recent changes that introduced the issue?

No response

OS

macOS

Architecture

arm64

Platform

No response

Ollama version

0.1.32

GPU

Apple

GPU info

M3 MAX

CPU

Apple

Other software

No response

Originally created by @taozhiyuai on GitHub (Apr 17, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3687 ### What is the issue? FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00001-of-00005.gguf FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00002-of-00005.gguf FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00003-of-00005.gguf FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00004-of-00005.gguf FROM /Users/taozhiyu/Downloads/M-GGUF/WizradLM/WizardLM-2-8x22B-GGUF/WizardLM-2-8x22B.Q5_K_M-00005-of-00005.gguf TEMPLATE """{{ if .System }}{{ .System }} {{ end }}{{ if .Prompt }}USER: {{ .Prompt }} {{ end }}ASSISTANT: {{ .Response }}""" SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.""" PARAMETER stop "USER:" PARAMETER stop "ASSISTANT:" how to import? include one or five gguf both fail to run model. ### What did you expect to see? _No response_ ### Steps to reproduce _No response_ ### Are there any recent changes that introduced the issue? _No response_ ### OS macOS ### Architecture arm64 ### Platform _No response_ ### Ollama version 0.1.32 ### GPU Apple ### GPU info M3 MAX ### CPU Apple ### Other software _No response_
GiteaMirror added the bug label 2026-04-22 05:45:35 -05:00
Author
Owner

@taozhiyuai commented on GitHub (Apr 18, 2024):

gguf-split --merge, then ollama create

done

<!-- gh-comment-id:2062891469 --> @taozhiyuai commented on GitHub (Apr 18, 2024): gguf-split --merge, then ollama create done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28030