VibeThinker-3B-GGUF / README.md
madrasmic's picture
Update README.md
c3ea3d6 verified
|
Raw
History Blame Contribute Delete
455 Bytes
---
license: mit
library_name: llama.cpp
base_model: WeiboAI/VibeThinker-3B
tags:
- gguf
- llama.cpp
- ollama
- qwen2
---
# VibeThinker-3B-GGUF
GGUF quantization of WeiboAI/VibeThinker-3B.
## Base Model
https://huggingface.co/WeiboAI/VibeThinker-3B
## Quantization
- Q4_K_M
## Usage
### Ollama
```bash
ollama run hf.co/madrasmic/VibeThinker-3B-GGUF:Q4_K_M
```
### llama.cpp
```bash
llama-cli -hf madrasmic/VibeThinker-3B-GGUF:Q4_K_M
```