Closed danieldk closed 9 months ago
There was a subtle bug where we populate models with parameters that are not leaf nodes because we called to on them for device placement.
to
This change fixes this issue and validates that all model parameters are leaf nodes in the model tests.
Description
There was a subtle bug where we populate models with parameters that are not leaf nodes because we called
to
on them for device placement.This change fixes this issue and validates that all model parameters are leaf nodes in the model tests.
Checklist