Junn17 commited on
Commit
e36c091
·
verified ·
1 Parent(s): 563f20d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2.5-7B-Instruct
4
+ tags:
5
+ - gguf
6
+ - q4_k_m
7
+ - quantized
8
+ ---
9
+
10
+ # Qwen2.5-7B-Instruct Q4_K_M GGUF
11
+
12
+ Quantized from [Junn17/qwen](https://huggingface.co/Junn17/qwen) using Unsloth.
13
+
14
+ ## Usage
15
+ ```bash
16
+ llama-cli --model qwen_model.Q4_K_M.gguf -p "Hello!"
17
+ ```