Sebastian Raschka

Results 847 comments of Sebastian Raschka

Another advantage of right-padding is that it is (more) compatible with models that have an absolute positional embedding

Agreed. We planned this previously #1269 and can come back to it some time.

Thanks for the feedback. I think I didn't do this so one can have more control over what's shown first (prioritizing more important packages). I'd say that if someone puts...

You could do that, but I think reviving the PR linked there would be a recommended first step, and then someone can always add Cython on top of it.

Good question (and sorry about the late response, I've been both moving and prepping a conference workshop). I would say that the improvements in the PR is the highest-impact one...

@t-vi Do you mean [PEP 440](https://peps.python.org/pep-0440/)? That's a good point, but I think it may not matter anymore with more modern packaging tools. E.g., it looks like the sorting order...

@Borda > I don't think that we can do 2.5 any time some as we didn't landed any feature since 2.4 Can we do a 2.4.1 please though?

> Sure but that goes from release/stable branch not master... Yes, that's a different discussion. For now, could we merge this to have the version in master updated to .dev1...

Thanks for the note. I can confirm and am looking into it.

As of the most recent release (v0.4.12), litgpt should work again on macOS. You can either install the latest version from main or do ```bash pip install litgpt -U ```...