Mauricio Villegas
Mauricio Villegas
> Two possible solutions that come to my mind to address this: I can suggest another solution. Implement a custom save config class that saves the config in mlflow as...
This is because of feature #18105. It is different so that saved checkpoints have all of the information required to instantiate everything from scratch. You can disable this feature by...
In pull request #20777 I propose to add an official way to disable #18105. It would be by doing `LightningCLI(... load_from_checkpoint_support=False)`.
@pytorchbot label "topic: not user facing"
[lintrunner-noclang](https://github.com/pytorch/pytorch/actions/runs/11064358980/job/30746336842#logs) gave mypy errors, so I pushed a new commit to fix them.
I noticed that tests on mac arm64 were failing because of the reducer type added. Made the type hint explicitly a string to avoid these failures.
> Stack Trace for your reference: Incompatible parameter type [6]: In call `nn.parallel.distributed.DistributedDataParallel.__init__`, for argument `device_ids`, expected `Optional[Sequence[TypeUnion[int, device]]]` but got `Optional[List[Optional[device]]]`. I have changed the type for `device_ids` from...
> I have changed the type for `device_ids` from `Sequence` to `List` just based on the error message. Though, would be nice to know how to reproduce that error locally....
Unfortunately I don't use windows and currently don't even have access to any windows machine to test. But, looking at the [releases](https://github.com/mauvilsa/nw-page-editor/releases), all the recent ones are for changes of...
@ideasrule would you mind doing the following steps manually, but downloading nwjs from https://dl.nwjs.io/live-build/nw97/20250318-185828/0a8ef1172/v0.97.1/nwjs-sdk-v0.97.1-win-x64.zip. Then test in windows to figure out if it works with the latest version of nwjs....