dotkaio commited on
Commit
9414132
·
verified ·
1 Parent(s): f9e21a5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -22,10 +22,12 @@ Avis is a fine-tuned local model for Avis coding workflows.
22
 
23
  ## Install
24
 
25
-
 
 
26
 
27
  ## Files
28
 
29
- - — GGUF weights
30
- - — Ollama recipe used for packaging
31
- - — model card and usage notes
 
22
 
23
  ## Install
24
 
25
+ ```bash
26
+ ollama pull dotkaio/avis:latest
27
+ ```
28
 
29
  ## Files
30
 
31
+ - `avis.gguf` — GGUF weights
32
+ - `Modelfile` — Ollama recipe used for packaging
33
+ - `README.md` — model card and usage notes