Skip to content

Commit 3f01931

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents d0a3fc3 + e206b1d commit 3f01931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/odh/resources/mnist_hpo_raytune.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"# Import pieces from codeflare-sdk\n",
1616
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
17-
"from codeflare_sdk.job import RayJobClient\n",
17+
"from codeflare_sdk.ray.client import RayJobClient\n",
1818
"from time import sleep"
1919
]
2020
},

tests/odh/resources/mnist_ray_mini.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"\n",
1515
"# Import pieces from codeflare-sdk\n",
1616
"from codeflare_sdk import Cluster, ClusterConfiguration, TokenAuthentication\n",
17-
"from codeflare_sdk.job import RayJobClient\n",
17+
"from codeflare_sdk.ray.client import RayJobClient\n",
1818
"from time import sleep"
1919
]
2020
},

0 commit comments

Comments
 (0)