Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3.2
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.2
|
| 3 |
+
base_model:
|
| 4 |
+
- meta-llama/Llama-3.2-1B
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- gguf-connector
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# llama-3.2-1b-gguf
|
| 11 |
+
- base model from meta
|
| 12 |
+
- original safetensors [here](https://huggingface.co/chatpig/llama-3.2-1b-bf16)
|
| 13 |
+
- tested on [gguf-connector](https://pypi.org/project/gguf-connector) with nightly [llama-cpp-python](https://github.com/calcuis/llama-cpp-python/releases)
|