Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- gguf
|
| 4 |
+
- llama.cpp
|
| 5 |
+
- unsloth
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# model - GGUF
|
| 10 |
+
|
| 11 |
+
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
|
| 12 |
+
|
| 13 |
+
**Example usage**:
|
| 14 |
+
- For text only LLMs: **llama-cli** **--hf** repo_id/model_name **-p** "why is the sky blue?"
|
| 15 |
+
- For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
|
| 16 |
+
|
| 17 |
+
## Available Model files:
|
| 18 |
+
- `granite-4.0-h-micro.Q5_K_M.gguf`
|
| 19 |
+
- `granite-4.0-h-micro.Q8_0.gguf`
|
| 20 |
+
- `granite-4.0-h-micro.Q4_K_M.gguf`
|