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="madrasmic/VibeThinker-3B-GGUF",
	filename="VibeThinker-3B-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

VibeThinker-3B-GGUF

GGUF quantization of WeiboAI/VibeThinker-3B.

Base Model

https://huggingface.co/WeiboAI/VibeThinker-3B

Quantization

  • Q4_K_M

Usage

Ollama

ollama run hf.co/madrasmic/VibeThinker-3B-GGUF:Q4_K_M

llama.cpp

llama-cli -hf madrasmic/VibeThinker-3B-GGUF:Q4_K_M
Downloads last month
-
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for madrasmic/VibeThinker-3B-GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(48)
this model