"...composable_kernel-1.git" did not exist on "7b1ec41e5bd0a644a74f275149b2d625b3f13982"
Fix `main`: stable diffusion pipelines cannot be loaded (#655)
* Replace deprecation warning f-string with class name. When `__repr__` is invoked in the instance serialization of `config_dict` fails, because it contains `kwargs` of type `<class inspect._empty>`. * Revert "Replace deprecation warning f-string with class name." This reverts commit 1c4eb8cb104374bd84e43865fc3865862473799c. * Do not attempt to register `"kwargs"` as an attribute. Otherwise serialization could fail. This may happen for other attributes, so we should create a better solution.
Showing
Please register or sign in to comment