mudler commited on
Commit
2e3ded1
1 Parent(s): 849e302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -21,4 +21,10 @@ A set of models oriented in function calling, but generalist and with enhanced r
21
 
22
  Mirai Nova works particularly well with LocalAI, leveraging the function call with grammars feature out of the box.
23
 
24
- GGUF quants: https://huggingface.co/mudler/Mirai-Nova-Llama3-LocalAI-8B-v0.1-GGUF
 
 
 
 
 
 
 
21
 
22
  Mirai Nova works particularly well with LocalAI, leveraging the function call with grammars feature out of the box.
23
 
24
+ GGUF quants: https://huggingface.co/mudler/Mirai-Nova-Llama3-LocalAI-8B-v0.1-GGUF
25
+
26
+ To run on LocalAI:
27
+
28
+ ```
29
+ local-ai run huggingface://mudler/Mirai-Nova-Llama3-LocalAI-8B-v0.1-GGUF/localai.yaml
30
+ ```