chatpig commited on
Commit
229e518
·
verified ·
1 Parent(s): 447a30a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -7,6 +7,8 @@ tags:
7
  - gguf-connector
8
  ---
9
 
10
- # llama-3.2-1b (bf16)
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.