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="adeelahmad/ReasonableQwen3-4B",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)
README.md exists but content is empty.
Downloads last month
141
Safetensors
Model size
4B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
Input a message to start chatting with adeelahmad/ReasonableQwen3-4B.

Model tree for adeelahmad/ReasonableQwen3-4B

Quantized
(100)
this model
Quantizations
3 models