checkpoint: set CheckpointNS ConfigurableFieldSpec model default to empty string (#2019)

This commit is contained in:
Riya Sinha
2024-10-07 18:38:18 +00:00
committed by GitHub
parent 4685dc103a
commit 61798d09d2
@@ -178,7 +178,7 @@ CheckpointNS = ConfigurableFieldSpec(
annotation=str,
name="Checkpoint NS",
description='Checkpoint namespace. Denotes the path to the subgraph node the checkpoint originates from, separated by `|` character, e.g. `"child|grandchild"`. Defaults to "" (root graph).',
default=None,
default="",
is_shared=True,
)