Adele

Results 3 comments of Adele

Thanks for the response. I already updated `Dict[str, Any]` → `dict[str, Any]` for Python 3.9+ compatibility Also added `subcommand` parameter to `adapt_checkpoint_hparams()` signature, now users can apply different adaptations based...

@mauvilsa Thanks for the detailed feedback! I've successfully implemented your suggestion. You correctly identified that the tests were failing due to tensor size mismatches. The original tests used `BoringCkptPathModel` which...

Thanks @justusschock! I've updated the Fabric changelog as requested. The entry documents the fix for the DDP notebook CUDA fork check to allow passive initialization. The changelog is now complete...