Update inference.py to comment new provider.

This commit is contained in:
Ashwin Bharambe 2024-10-20 18:42:45 -07:00 committed by GitHub
parent c085886cdb
commit 7f3e6a4bf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(