Update README.md
Browse files
README.md
CHANGED
@@ -24,3 +24,7 @@ Quantized to `i1-GGUF` using [SpongeQuant](https://github.com/SpongeEngine/Spong
|
|
24 |
</audio>
|
25 |
<figcaption>28. Liu Shui (Flowing Streams) – Guan Pinghu</figcaption>
|
26 |
</figure>
|
|
|
|
|
|
|
|
|
|
24 |
</audio>
|
25 |
<figcaption>28. Liu Shui (Flowing Streams) – Guan Pinghu</figcaption>
|
26 |
</figure>
|
27 |
+
|
28 |
+
***
|
29 |
+
### What is a GGUF?
|
30 |
+
GGUF is a type of file format used for running LLMs (large language models) on different types of computers. It works on both regular processors (CPU) and graphics cards (GPU). Some LLMs need powerful and expensive hardware, but GGUF makes it possible to run them on a wider range of computers, even ones without high-end GPUs. To make this possible, GGUF models use a technique called quantization, which reduces their size and memory usage. This helps them run more efficiently, but at lower settings, the model might lose some accuracy or detail in its responses.
|