chatpig commited on
Commit
d0c5076
·
verified ·
1 Parent(s): 5542629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
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)