Skip to content

Commit b8970f7

Browse files
author
The kauldron Authors
committed
[kauldron] launch configargs for the xmanager launcher
PiperOrigin-RevId: 855739737
1 parent f55da24 commit b8970f7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

kauldron/konfig/docs/demo.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"source": [
99
"# Konfig - Demo\n",
1010
"\n",
11-
"<!-- copybara:strip_begin -->\n",
1211
"\n",
13-
"https://kauldron.rtfd.io/en/latest/konfig-demo\n",
14-
"\n",
15-
"<!-- copybara:strip_end -->\n",
1612
"\n",
1713
"`konfig` is a wrapper around `ml_collection.ConfigDict`.\n",
1814
"\n",
@@ -38,7 +34,7 @@
3834
"source": [
3935
"\n",
4036
"\n",
41-
"Import <!-- copybara:strip_begin -->go/ecolab and<!-- copybara:strip_end --> `konfig`:"
37+
"Import `konfig`:"
4238
]
4339
},
4440
{

kauldron/xm/launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"third_party/py/kauldron/xm/configs/kd_base.py",
5050
"Path to the XManager config to be run.",
5151
lock_config=False,
52+
use_legacy_flag=False,
5253
)
5354
except Exception as e_: # pylint: disable=broad-exception-caught
5455
epy.reraise(e_, suffix="See all flags at")
@@ -58,6 +59,7 @@
5859
None,
5960
"Path to the configuration file to be run.",
6061
lock_config=False,
62+
use_legacy_flag=False,
6163
)
6264

6365

0 commit comments

Comments
 (0)