File size: 455 Bytes
382aa0a
 
c3ea3d6
 
 
 
 
 
 
382aa0a
c3ea3d6
382aa0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c3ea3d6
 
 
382aa0a
 
 
c3ea3d6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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
```