File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ def available_providers() -> list[ProviderSpec]:
292292 api = Api .inference ,
293293 adapter = AdapterSpec (
294294 adapter_type = "watsonx" ,
295- pip_packages = ["ibm_watson_machine_learning " ],
295+ pip_packages = ["ibm_watsonx_ai " ],
296296 module = "llama_stack.providers.remote.inference.watsonx" ,
297297 config_class = "llama_stack.providers.remote.inference.watsonx.WatsonXConfig" ,
298298 provider_data_validator = "llama_stack.providers.remote.inference.watsonx.WatsonXProviderDataValidator" ,
Original file line number Diff line number Diff line change 77from collections .abc import AsyncGenerator , AsyncIterator
88from typing import Any
99
10- from ibm_watson_machine_learning .foundation_models import Model
11- from ibm_watson_machine_learning .metanames import GenTextParamsMetaNames as GenParams
10+ from ibm_watsonx_ai .foundation_models import Model
11+ from ibm_watsonx_ai .metanames import GenTextParamsMetaNames as GenParams
1212from openai import AsyncOpenAI
1313
1414from llama_stack .apis .common .content_types import InterleavedContent , InterleavedContentItem
You can’t perform that action at this time.
0 commit comments