mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
13 lines
204 B
YAML
13 lines
204 B
YAML
|
---
|
||
|
name: openvino
|
||
|
|
||
|
config_file: |
|
||
|
backend: transformers
|
||
|
context_size: 8192
|
||
|
type: OVModelForCausalLM
|
||
|
template:
|
||
|
use_tokenizer_template: true
|
||
|
stopwords:
|
||
|
- "<|eot_id|>"
|
||
|
- "<|end_of_text|>"
|