mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 22:49:32 +00:00
LM Studio inference integration
Co-authored-by: Rugved Somwanshi <rugved@lmstudio.ai>
This commit is contained in:
parent
1bb1d9b2ba
commit
461eec425d
16 changed files with 1096 additions and 0 deletions
|
|
@ -298,4 +298,13 @@ def available_providers() -> List[ProviderSpec]:
|
|||
provider_data_validator="llama_stack.providers.remote.inference.watsonx.WatsonXProviderDataValidator",
|
||||
),
|
||||
),
|
||||
remote_provider_spec(
|
||||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="lmstudio",
|
||||
pip_packages=["lmstudio"],
|
||||
module="llama_stack.providers.remote.inference.lmstudio",
|
||||
config_class="llama_stack.providers.remote.inference.lmstudio.LMStudioImplConfig",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue