madrasmic commited on
Commit
c3ea3d6
·
verified ·
1 Parent(s): 382aa0a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
4
  # VibeThinker-3B-GGUF
5
 
6
  GGUF quantization of WeiboAI/VibeThinker-3B.
@@ -9,10 +17,6 @@ GGUF quantization of WeiboAI/VibeThinker-3B.
9
 
10
  https://huggingface.co/WeiboAI/VibeThinker-3B
11
 
12
- ## License
13
-
14
- MIT (same as the original model)
15
-
16
  ## Quantization
17
 
18
  - Q4_K_M
@@ -21,8 +25,12 @@ MIT (same as the original model)
21
 
22
  ### Ollama
23
 
24
- ollama run hf.co/MadrasMic/VibeThinker-3B-GGUF:Q4_K_M
 
 
25
 
26
  ### llama.cpp
27
 
28
- llama-cli -hf MadrasMic/VibeThinker-3B-GGUF:Q4_K_M
 
 
 
1
  ---
2
  license: mit
3
+ library_name: llama.cpp
4
+ base_model: WeiboAI/VibeThinker-3B
5
+ tags:
6
+ - gguf
7
+ - llama.cpp
8
+ - ollama
9
+ - qwen2
10
  ---
11
+
12
  # VibeThinker-3B-GGUF
13
 
14
  GGUF quantization of WeiboAI/VibeThinker-3B.
 
17
 
18
  https://huggingface.co/WeiboAI/VibeThinker-3B
19
 
 
 
 
 
20
  ## Quantization
21
 
22
  - Q4_K_M
 
25
 
26
  ### Ollama
27
 
28
+ ```bash
29
+ ollama run hf.co/madrasmic/VibeThinker-3B-GGUF:Q4_K_M
30
+ ```
31
 
32
  ### llama.cpp
33
 
34
+ ```bash
35
+ llama-cli -hf madrasmic/VibeThinker-3B-GGUF:Q4_K_M
36
+ ```