Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 445 Bytes

Model cards

Add a new model card. You need to give the model-id, prompt-template and context-size.

python3 model_cli.py add second-state/Meta-Llama-3.1-8B-Instruct-GGUF llama-3-chat 131072

Remove a model from index.json but leave it in the model cards.

python3 model_cli.py delete second-state/Meta-Llama-3.1-8B-Instruct-GGUF

Sync models in index.json for download and like stats.

python3 sync-model.py