Skip to content

Commit 95ee618

Browse files
committed
added inference
1 parent 82b3b12 commit 95ee618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_stack/providers/registry/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)