mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-26 12:45:01 +00:00
models(gallery): add leetwizard (#3093)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
33bc1e8b19
commit
4767057088
2 changed files with 39 additions and 0 deletions
17
gallery/alpaca.yaml
Normal file
17
gallery/alpaca.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: "alpaca"
|
||||
|
||||
config_file: |
|
||||
context_size: 4096
|
||||
f16: true
|
||||
mmap: true
|
||||
template:
|
||||
chat: |
|
||||
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||
|
||||
### Instruction:
|
||||
{{.Input}}
|
||||
|
||||
### Response:
|
||||
completion: |
|
||||
{{.Input}}
|
Loading…
Add table
Add a link
Reference in a new issue