Skip to content

Commit c6ebb92

Browse files
Setting branch to 0.4.1 till the depdency issue is resolved. (#685)
Co-authored-by: Richard Liu <[email protected]>
1 parent 9fbfca2 commit c6ebb92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xlml/utils/xpk.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
from xlml.utils import gke
2727
from dags.common.vm_resource import GpuVersion
2828

29-
MAIN_BRANCH = "main"
29+
# b/411426745 - Setting branch to 0.4.1 till the depdency issue is resolved.
30+
MAIN_BRANCH = "v0.4.1"
3031
# Duration = past 7 days
3132
LOGGING_URL_FORMAT = (
3233
"https://pantheon.corp.google.com/logs/query;"

0 commit comments

Comments
 (0)