Bug description
Using the JobConfig extension point, values are not being propogated.
The new field(s) are added, but they all end up with zero as the value rather than what was set.
example:
@dataclass
class Parallelism:
expert_parallel_degree: int = 2
""" degree to parallelize experts """
will add expert_parallel_degree = 0 rather than 2.
Versions
525 nightly
latest Titan