munish0838 commited on
Commit
d62193b
1 Parent(s): df9e7ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -8,4 +8,26 @@ tags:
8
  - text-generation-inference
9
  base_model: codellama/CodeLlama-7b-Instruct-hf
10
  inference: false
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - text-generation-inference
9
  base_model: codellama/CodeLlama-7b-Instruct-hf
10
  inference: false
11
+ ---
12
+
13
+
14
+ # Mistral-7B-v0.1-GGUF
15
+ - Quantized version of [CodeLlama-7b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-7b-Instruct-hf)
16
+ - Created using llama.cpp
17
+
18
+ ## Available Quants
19
+
20
+ * Q2_K
21
+ * Q3_K_L
22
+ * Q3_K_M
23
+ * Q3_K_S
24
+ * Q4_0
25
+ * Q4_K_M
26
+ * Q4_K_S
27
+ * Q5_0
28
+ * Q5_K_M
29
+ * Q5_K_S
30
+ * Q6_K
31
+ * Q8_0
32
+
33
+ ReadMe format inspired from [mlabonne](https://huggingface.co/mlabonne)