Akarshan Biswas commited on
Commit
141acdc
1 Parent(s): f874862

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ GGUF File format for llama-2-chat-13b models from Meta AI.
8
+
9
+ # Quantization:
10
+ Currently only 2 quants are available in my repository:
11
+
12
+ |filename| quantization| size|
13
+ |--------|-------------|-----|
14
+ |ggml-llama-2-13b-chat-q4_k_m.gguf| Q4_K_M| 7.8GB|
15
+ |ggml-llama-2-13b-chat-f16.gguf|f16|26GB|
16
+
17
+
18
+ License subject to Meta's original license agreement.