mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 20:22:33 +00:00
Fixes
This commit is contained in:
parent
765f2c86af
commit
ad4e65e876
4 changed files with 9 additions and 10 deletions
|
|
@ -66,6 +66,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
adapter_type="vllm",
|
||||
pip_packages=["openai"],
|
||||
module="llama_stack.providers.adapters.inference.vllm",
|
||||
config_class="llama_stack.providers.adapters.inference.vllm.VLLMImplConfig",
|
||||
),
|
||||
),
|
||||
remote_provider_spec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue