Skip to content

Commit 82b3b12

Browse files
committed
Updated watsonx dependencies
1 parent 9e5ef1a commit 82b3b12

File tree

3 files changed

+94
-27
lines changed

3 files changed

+94
-27
lines changed

llama_stack/providers/remote/inference/watsonx/watsonx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from collections.abc import AsyncGenerator, AsyncIterator
88
from 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
1212
from openai import AsyncOpenAI
1313

1414
from llama_stack.apis.common.content_types import InterleavedContent, InterleavedContentItem

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ dependencies = [
5050
"opentelemetry-exporter-otlp-proto-http>=1.30.0", # server
5151
"aiosqlite>=0.21.0", # server - for metadata store
5252
"asyncpg", # for metadata store
53+
"ibm_watsonx_ai",
5354
]
5455

5556
[project.optional-dependencies]

0 commit comments

Comments
 (0)