mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-18 07:18:53 +00:00
add rp provider
Signed-off-by: pandyamarut <pandyamarut@gmail.com>
This commit is contained in:
parent
22a1506d65
commit
30a753d80a
2 changed files with 12 additions and 3 deletions
|
@ -149,4 +149,13 @@ def available_providers() -> List[ProviderSpec]:
|
|||
module="llama_stack.providers.impls.vllm",
|
||||
config_class="llama_stack.providers.impls.vllm.VLLMConfig",
|
||||
),
|
||||
remote_provider_spec(
|
||||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="runpod",
|
||||
pip_packages=["openai"],
|
||||
module="llama_stack.providers.adapters.inference.runpod",
|
||||
config_class="llama_stack.providers.adapters.inference.runpod.RunpodImplConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue