forked from phoenix-oss/llama-stack-mirror
Move runpod provider to the correct directory
Also cleanup the test code to avoid skipping tests. Let failures be known and public.
This commit is contained in:
parent
22dc684da6
commit
d78027f3b5
6 changed files with 7 additions and 102 deletions
|
@ -200,8 +200,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
adapter=AdapterSpec(
|
||||
adapter_type="runpod",
|
||||
pip_packages=["openai"],
|
||||
module="llama_stack.providers.adapters.inference.runpod",
|
||||
config_class="llama_stack.providers.adapters.inference.runpod.RunpodImplConfig",
|
||||
module="llama_stack.providers.remote.inference.runpod",
|
||||
config_class="llama_stack.providers.remote.inference.runpod.RunpodImplConfig",
|
||||
),
|
||||
),
|
||||
remote_provider_spec(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue