mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 11:50:41 +00:00
vllm
This commit is contained in:
parent
88187bc5f6
commit
8a50426d47
1 changed files with 9 additions and 9 deletions
|
|
@ -60,15 +60,15 @@ def available_providers() -> List[ProviderSpec]:
|
||||||
module="llama_stack.providers.adapters.inference.ollama",
|
module="llama_stack.providers.adapters.inference.ollama",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
remote_provider_spec(
|
# remote_provider_spec(
|
||||||
api=Api.inference,
|
# api=Api.inference,
|
||||||
adapter=AdapterSpec(
|
# adapter=AdapterSpec(
|
||||||
adapter_type="vllm",
|
# adapter_type="vllm",
|
||||||
pip_packages=["openai"],
|
# pip_packages=["openai"],
|
||||||
module="llama_stack.providers.adapters.inference.vllm",
|
# module="llama_stack.providers.adapters.inference.vllm",
|
||||||
config_class="llama_stack.providers.adapters.inference.vllm.VLLMImplConfig",
|
# config_class="llama_stack.providers.adapters.inference.vllm.VLLMImplConfig",
|
||||||
),
|
# ),
|
||||||
),
|
# ),
|
||||||
remote_provider_spec(
|
remote_provider_spec(
|
||||||
api=Api.inference,
|
api=Api.inference,
|
||||||
adapter=AdapterSpec(
|
adapter=AdapterSpec(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue