GGUF
conversational
andyroiiid commited on
Commit
564a84a
·
verified ·
1 Parent(s): 4ff50a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: llama3.2
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ ---
4
+ ## Llama 3.2 1B Instruct GGUF model file
5
+
6
+ ``` bash
7
+ python llama.cpp\convert_hf_to_gguf.py llama-3.2-1b-instruct --outfile llama-3.2-1b-instruct.gguf --outtype q8_0
8
+ ```