How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="snowmead/qwen3-0.6b-rust-sft-GGUF",
	filename="qwen3-0.6b-rust-sft-q8_0.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

qwen3-0.6b-rust-sft (GGUF)

This is a GGUF quantized version of snowmead/qwen3-0.6b-rust-sft.

Model Details

Usage

LM Studio

  1. Download qwen3-0.6b-rust-sft-q8_0.gguf
  2. Place in your LM Studio models folder
  3. Load and chat!

llama.cpp

./llama-cli -m qwen3-0.6b-rust-sft-q8_0.gguf -c 2048 -cnv

Training

This model was fine-tuned on the Strandset-Rust-Think dataset for Rust code generation with reasoning capabilities.

Downloads last month
9
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for snowmead/qwen3-0.6b-rust-sft-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(307)
this model