How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="gaianet/Qwen3-30B-A3B-Thinking-2507-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("gaianet/Qwen3-30B-A3B-Thinking-2507-GGUF")
model = AutoModelForMultimodalLM.from_pretrained("gaianet/Qwen3-30B-A3B-Thinking-2507-GGUF")
Quick Links

Qwen3-30B-A3B-Thinking-2507-GGUF

Original Model

Qwen/Qwen3-30B-A3B-Thinking-2507

Run with Gaianet

Prompt template

prompt template:

  • chatml

Context size

chat_ctx_size: 256000

Run with GaiaNet

Quantized with llama.cpp b6031

Downloads last month
54
GGUF
Model size
31B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for gaianet/Qwen3-30B-A3B-Thinking-2507-GGUF

Quantized
(70)
this model