mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Add rp provider
Signed-off-by: pandyamarut <pandyamarut@gmail.com>
This commit is contained in:
parent
818c3453ad
commit
22a1506d65
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ from .runpod import RunpodInferenceAdapter
|
|||
|
||||
|
||||
async def get_adapter_impl(config: RunpodImplConfig, _deps):
|
||||
assert isinstance(config, RunpodImplConfig), f"Unexpected config type: {type(config)}"
|
||||
assert isinstance(
|
||||
config, RunpodImplConfig
|
||||
), f"Unexpected config type: {type(config)}"
|
||||
impl = RunpodInferenceAdapter(config)
|
||||
await impl.initialize()
|
||||
return impl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue