mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 12:37:33 +00:00
models endpoint testing
This commit is contained in:
parent
c0199029e5
commit
0348f26e00
10 changed files with 235 additions and 79 deletions
|
@ -7,6 +7,7 @@ apis_to_serve:
|
|||
- safety
|
||||
- agents
|
||||
- memory
|
||||
- models
|
||||
provider_map:
|
||||
inference:
|
||||
provider_id: meta-reference
|
||||
|
@ -16,6 +17,10 @@ provider_map:
|
|||
torch_seed: null
|
||||
max_seq_len: 4096
|
||||
max_batch_size: 1
|
||||
# inference:
|
||||
# provider_id: remote::ollama
|
||||
# config:
|
||||
# url: https://xxx
|
||||
safety:
|
||||
provider_id: meta-reference
|
||||
config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue