mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
wip api
This commit is contained in:
parent
7143ecfc0d
commit
8339b2cef3
10 changed files with 174 additions and 51 deletions
|
|
@ -10,7 +10,11 @@ apis_to_serve:
|
|||
- memory_banks
|
||||
- inference
|
||||
- safety
|
||||
- evals
|
||||
api_providers:
|
||||
evals:
|
||||
provider_type: meta-reference
|
||||
config: {}
|
||||
inference:
|
||||
providers:
|
||||
- meta-reference
|
||||
|
|
@ -34,12 +38,12 @@ routing_table:
|
|||
inference:
|
||||
- provider_type: meta-reference
|
||||
config:
|
||||
model: Llama3.1-8B-Instruct
|
||||
model: Llama3.2-1B
|
||||
quantization: null
|
||||
torch_seed: null
|
||||
max_seq_len: 4096
|
||||
max_batch_size: 1
|
||||
routing_key: Llama3.1-8B-Instruct
|
||||
routing_key: Llama3.2-1B
|
||||
safety:
|
||||
- provider_type: meta-reference
|
||||
config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue