Chris Offner
Chris Offner
I just ran into the same issue on macOS. Pandoc installed and recognized, but exporting as html doesn't using the correct styling.
I'm not sure if the comment in `PositionalEncoding.forward` is accurate: https://github.com/GuyTevet/motion-diffusion-model/blob/5885d7076f4037f3faf29305c260ea3a4ddbd531/model/mdm.py#L310-L313 The `TimestepEmbedder` does indeed not use `PositionalEncoding.forward` but instead accesses the `.pe` property of the positional encoder directly: https://github.com/GuyTevet/motion-diffusion-model/blob/5885d7076f4037f3faf29305c260ea3a4ddbd531/model/mdm.py#L329-L330...
I'm on an M3 Max MacBook Pro 14" with 128 GB memory btw.