Skip to content

Commit

Permalink
fix: Ray - Fixed exception when using Ray 2.4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630196444
  • Loading branch information
Ark-kun authored and Copybara-Service committed May 2, 2024
1 parent eb05ac4 commit 2661f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/preview/vertex_ray/cluster_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def create_ray_cluster(
)
if ray_version == "2.4":
warnings.warn(
_gapic_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
_validation_utils._V2_4_WARNING_MESSAGE, DeprecationWarning, stacklevel=2
)
local_ray_verion = _validation_utils.get_local_ray_version()
if ray_version != local_ray_verion:
Expand Down

0 comments on commit 2661f52

Please sign in to comment.