We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340f973 commit 028d0d5Copy full SHA for 028d0d5
src/utils/constants.py renamed to src/codeflare_sdk/common/utils/constants.py
src/codeflare_sdk/ray/cluster/build_ray_cluster.py
@@ -20,7 +20,7 @@
20
from ...common import _kube_api_error_handling
21
from ...common.kubernetes_cluster import get_api_client, config_check
22
from kubernetes.client.exceptions import ApiException
23
-from utils.constants import RAY_VERSION
+from ...common.utils.constants import RAY_VERSION
24
import codeflare_sdk
25
import os
26
0 commit comments