-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
enhancementNew feature or requestNew feature or requestmodule: specsissues related to the torchx.specs moduleissues related to the torchx.specs module
Description
Description
We currently have TypedDict typings for all of the scheduler configs. We should update AppDryRunInfo to use that instead of the generic Mapping[str, CfgVal] types. This should help cleanup the ytpe asserts/gets we do and improve safety since pyre will actually type those values.
Line 514 in 42e9b44
self._cfg: Mapping[str, CfgVal] = {} |
This is follow up work to T117253858
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmodule: specsissues related to the torchx.specs moduleissues related to the torchx.specs module