File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/codeflare_sdk/common/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " codeflare-sdk"
3
- version = " 0.31.0 "
3
+ version = " 0.31.1 "
4
4
5
5
[tool .poetry ]
6
6
name = " codeflare-sdk"
7
- version = " 0.31.0 "
7
+ version = " 0.31.1 "
8
8
description = " Python SDK for codeflare client"
9
9
10
10
license = " Apache-2.0"
Original file line number Diff line number Diff line change 5
5
* For python 3.12:ray:2.47.1-py312-cu128
6
6
"""
7
7
CUDA_PY311_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:6d076aeb38ab3c34a6a2ef0f58dc667089aa15826fa08a73273c629333e12f1e"
8
- CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:9c72e890f5c66bb2a0f0d940120539ffc875fb6fed83380cbe2eba938e8789b1 "
8
+ CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:fb6f207de63e442c67bb48955cf0584f3704281faf17b90419cfa274fdec63c5 "
9
9
10
10
# Centralized image selection
11
11
SUPPORTED_PYTHON_VERSIONS = {
You can’t perform that action at this time.
0 commit comments