File size: 204 Bytes
19c6bdd |
1 2 3 4 5 6 7 8 9 10 |
name: localai-llama3
backend: transformers
parameters:
model: fakezeta/LocalAI-Llama3-8b-Function-Call-v0.2-ov-int8
context_size: 8192
type: OVModelForCausalLM
template:
use_tokenizer_template: true
|