[GH-ISSUE #11044] The Qwen3:8b model exported by llama-factory after training has an error in deploying ollama. #69344

Closed
opened 2026-05-04 17:52:41 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Kevin-v92 on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11044

What is the issue?

The Qwen3:8b model exported by llama-factory after training has an error in deploying ollama..

Image

Relevant log output

unsupported architecture "Qwen3ForCausa1LM"

OS

Windows

GPU

Nvidia

CPU

AMD

Ollama version

0.9.0

Originally created by @Kevin-v92 on GitHub (Jun 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11044 ### What is the issue? The Qwen3:8b model exported by llama-factory after training has an error in deploying ollama.. <img width="574" alt="Image" src="https://github.com/user-attachments/assets/6e7e494f-1cfd-452e-88c3-e2a3d3c57359" /> ### Relevant log output ```shell unsupported architecture "Qwen3ForCausa1LM" ``` ### OS Windows ### GPU Nvidia ### CPU AMD ### Ollama version 0.9.0
GiteaMirror added the bug label 2026-05-04 17:52:41 -05:00
Author
Owner

@rick-github commented on GitHub (Jun 11, 2025):

The ollama import function only supports a subset of architectures. For un-supported models, you can use llama.cpp to convert to GGUF and then import that.

<!-- gh-comment-id:2963307216 --> @rick-github commented on GitHub (Jun 11, 2025): The ollama import function only supports a subset of architectures. For un-supported models, you can use [llama.cpp](https://github.com/ggml-org/llama.cpp/blob/master/convert_hf_to_gguf_update.py) to convert to GGUF and then import that.
Author
Owner

@Kevin-v92 commented on GitHub (Jun 13, 2025):

ollama 导入功能仅支持部分架构。对于不支持的模型,您可以使用llama.cpp将其转换为 GGUF 格式,然后导入。

when can support it? thanks!

<!-- gh-comment-id:2968668467 --> @Kevin-v92 commented on GitHub (Jun 13, 2025): > ollama 导入功能仅支持部分架构。对于不支持的模型,您可以使用[llama.cpp](https://github.com/ggml-org/llama.cpp/blob/master/convert_hf_to_gguf_update.py)将其转换为 GGUF 格式,然后导入。 when can support it? thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69344