Konstantin Dobler
Konstantin Dobler
The Spotify documentation is correct. In fact the implementation is correct too, it's just the `JSDoc` comment that is incorrect. Valid keys for `options` are `deviceIds` and `play`. You have...
For single node training on a SLURM managed cluster, I usually do `SLURMEnvironment.detect()` and if true, I pass `LightningEnvironment()` as a plugin to the `Trainer` or `fabric`. This should prevent...
My bad, I didn't realize nvidia/nemo has this limitation. Perhaps this will be useful to someone else who stumbles upon this issue due to issues with SLURM. I know it...
Margins are now used in HtmlBlocklayout and work.
However Margins are currently not applied to inline elements. This would probably need to be implemented in HtmlInlinelayout
Padding is used in HtmlBlockLayout but still not really working. Further thoughts need to be made how we want to integrate padding into Morphic: Perhaps we need a "Border &...