unknown model architecture: 'qwen3'

#1
by art-kors - opened

Hello there! I faced to problem: when I run

from llama_cpp import Llama

llm = Llama.from_pretrained(
    repo_id="Aldaris/Qwen3-14B-Q4_K_M-GGUF",
    filename="qwen3-14b-q4_k_m.gguf",
)

I see error above.

I install llama-cpp-python using this command:

!export CMAKE_ARGS="-DLLAMA_CUBLAS=on" && export FORCE_CMAKE=1 && pip install --no-cache-dir llama-cpp-python==0.2.90 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu123

I ran code in ipynb-notebook in colab with t4.

How to fix this error?

I try use official gguf from qwen, but I faced with same error :-(

Owner

I try use official gguf from qwen, but I faced with same error :-(

I think you should ask the developers of llama-cpp-python

Aldaris changed discussion status to closed

Sign up or log in to comment