Views
No views yet
llama.cpp and compatible tools.llama.cpp to the following formats:WeiboAI/VibeThinker-1.5Bllama.cpp or other tools that support the GGUF format. Download the desired quantization level and use it with your llama.cpp compatible inference engine.llama.cpp (replace [quant_level] with your desired quantization, e.g., q4_k_m):./main -m VibeThinker-1.5B-[quant_level].gguf -p "Hello, what is your name?" -n 128VibeThinker-1.5B-f16.gguf (FP16)VibeThinker-1.5B-q4_k_m.gguf (Q4_K_M)VibeThinker-1.5B-q5_k_m.gguf (Q5_K_M)VibeThinker-1.5B-q6_k.gguf (Q6_K)VibeThinker-1.5B-q8_0.gguf (Q8_0)