"vscode:/vscode.git/clone" did not exist on "03bc6ece1be11a535fb2c263d0fbb710a2f7a067"
Use _BaseAutoModelClass's register method (#24810)
Switching _BaseAutoModelClass from_pretrained and from_config to use the register classmethod that it defines rather than using the _LazyAutoMapping register method directly. This makes use of the additional consistency check within the base model's register.
Showing
Please register or sign in to comment