mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
wip
This commit is contained in:
parent
4764762dd4
commit
5b7d24b1c3
3 changed files with 14 additions and 16 deletions
|
|
@ -39,18 +39,18 @@ api_providers:
|
|||
config: {}
|
||||
routing_table:
|
||||
inference:
|
||||
# - provider_type: meta-reference
|
||||
# config:
|
||||
# model: Llama3.2-1B-Instruct
|
||||
# quantization: null
|
||||
# torch_seed: null
|
||||
# max_seq_len: 4096
|
||||
# max_batch_size: 1
|
||||
# routing_key: Llama3.2-1B-Instruct
|
||||
- provider_type: remote::tgi
|
||||
- provider_type: meta-reference
|
||||
config:
|
||||
url: http://127.0.0.1:5009
|
||||
routing_key: Llama3.1-8B-Instruct
|
||||
model: Llama3.2-1B-Instruct
|
||||
quantization: null
|
||||
torch_seed: null
|
||||
max_seq_len: 4096
|
||||
max_batch_size: 1
|
||||
routing_key: Llama3.2-1B-Instruct
|
||||
# - provider_type: remote::tgi
|
||||
# config:
|
||||
# url: http://127.0.0.1:5009
|
||||
# routing_key: Llama3.1-8B-Instruct
|
||||
safety:
|
||||
- provider_type: meta-reference
|
||||
config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue