add inline-vllm details, fix things

This commit is contained in:
Ashwin Bharambe 2024-11-08 12:01:05 -08:00
parent 02c66b49fc
commit 38cdbdec5a
12 changed files with 142 additions and 101 deletions

View file

@ -45,7 +45,7 @@ def available_providers() -> List[ProviderSpec]:
),
InlineProviderSpec(
api=Api.inference,
provider_type="vllm",
provider_type="inline::vllm",
pip_packages=[
"vllm",
],