Skip to content

Commit eedde7e

Browse files
harshad16jstourac
andcommitted
Upgrade codeflare-sdk 0.18.0 for py3.9 content
Signed-off-by: Harshad Reddy Nalla <[email protected]> Co-authored-by: Jan Stourac <[email protected]>
1 parent ae46b71 commit eedde7e

File tree

18 files changed

+3391
-3466
lines changed

18 files changed

+3391
-3466
lines changed

jupyter/datascience/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ scikit-learn = "~=1.4.0"
1717
scipy = "~=1.12.0"
1818
skl2onnx = "~=1.16.0"
1919
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
20-
codeflare-sdk = "~=0.16.4"
20+
codeflare-sdk = "~=0.18.0"
2121
memray = "~=1.10.0" # any version above this would cause issue with rich package
2222
# DB connectors
2323
pymongo = "~=4.6.2"

jupyter/datascience/ubi9-python-3.9/Pipfile.lock

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

jupyter/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scikit-learn = "~=1.4.0"
2626
scipy = "~=1.12.0"
2727
skl2onnx = "~=1.16.0"
2828
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
29-
codeflare-sdk = "~=0.16.4"
29+
codeflare-sdk = "~=0.18.0"
3030
memray = "~=1.10.0" # any version above this would cause issue with rich package
3131
# DB connectors
3232
pymongo = "~=4.6.2"

jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

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

jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ name = "pytorch"
1515
tensorboard = "~=2.16.2"
1616
torch = {version = "~=2.3.1", index = "pytorch"}
1717
torchvision = {version = "~=0.18.1", index = "pytorch"} # https://pytorch.org/get-started/previous-versions/#linux-and-windows-1
18+
pytorch-triton-rocm = {version = "~=2.3.1", index = "pytorch"}
1819

1920
# Datascience and useful extensions
2021
boto3 = "~=1.34.50"
@@ -27,7 +28,7 @@ scikit-learn = "~=1.4.0"
2728
scipy = "~=1.12.0"
2829
skl2onnx = "~=1.16.0"
2930
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
30-
codeflare-sdk = "~=0.16.4"
31+
codeflare-sdk = "~=0.18.0"
3132
memray = "~=1.10.0" # any version above this would cause issue with rich package
3233

3334
# DB connectors

jupyter/rocm/pytorch/ubi9-python-3.9/Pipfile.lock

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

jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ scikit-learn = "~=1.4.0"
2121
scipy = "~=1.12.0"
2222
skl2onnx = "~=1.16.0"
2323
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
24-
codeflare-sdk = "~=0.16.4"
24+
codeflare-sdk = "~=0.18.0"
2525
memray = "~=1.10.0" # any version above this would cause issue with rich package
2626

2727
# DB connectors

jupyter/rocm/tensorflow/ubi9-python-3.9/Pipfile.lock

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

jupyter/tensorflow/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ scikit-learn = "~=1.4.0"
2121
scipy = "~=1.12.0"
2222
skl2onnx = "~=1.16.0"
2323
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
24-
codeflare-sdk = "~=0.16.4"
24+
codeflare-sdk = "~=0.18.0"
2525
memray = "~=1.10.0" # any version above this would cause issue with rich package
2626
# DB connectors
2727
pymongo = "~=4.6.2"

jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

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

0 commit comments

Comments
 (0)