Skip to content

Commit 3c432fb

Browse files
Merge pull request IBM#56 from vajain-rhods/RHOAIENG-11105
RHOAIENG-11105 : Define fixed version of ibm-fms library to v0.0.4
2 parents 68b0da3 + c577318 commit 3c432fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

server/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ onnxruntime = { version = "^1.17.0", optional = true }
2727
onnxruntime-gpu = { version = "^1.16.3", optional = true }
2828
onnx = { version = "^1.16.0", optional = true }
2929
einops = "^0.7.0"
30-
ibm-fms = { version = "^0.0", optional = true }
30+
ibm-fms = { version = "0.0.4", optional = true }
3131
fms-extras = {git = "https://github.com/foundation-model-stack/fms-extras", rev = "fdb1636de4261fd4102da659ab45d3fcc33fe8ef", optional = true}
3232

3333
# Explicitly install some transitive dependencies to avoid CVEs

0 commit comments

Comments
 (0)