Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ tags:
|
|
| 7 |
- gguf-connector
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# llama-3.2-1b
|
| 11 |
- base model from meta
|
| 12 |
-
- for text generation
|
|
|
|
|
|
|
|
|
| 7 |
- gguf-connector
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# llama-3.2-1b-bf16
|
| 11 |
- base model from meta
|
| 12 |
+
- for text generation
|
| 13 |
+
- can be converted to gguf with convert_hf_to_gguf.py
|
| 14 |
+
- then run it with llama.cpp, ollama, etc.
|