samifares commited on
Commit
a18e182
·
verified ·
1 Parent(s): 7d68aa5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: llama.cpp
3
+ tags:
4
+ - gguf
5
+ - llama3
6
+ - unsloth
7
+ - logscale
8
+ - humio
9
+ ---
10
+
11
+ # LLM_FQL_LogScale (GGUF f16)
12
+
13
+ This repo contains a GGUF `f16` export for use with llama.cpp / Ollama / LM Studio.
14
+
15
+ ## Files
16
+ - `model-f16.gguf`
17
+
18
+ ## Notes
19
+ - This is an `f16` GGUF. For smaller sizes, quantize to `q4_k_m` using llama.cpp `quantize`.