whittle-org / whittle

Python library to compress LitGPT models for resource efficient inference.
https://whittle-org.github.io/whittle/latest/
Apache License 2.0
10 stars 4 forks source link

feat: add python 3.12 support #166

Closed timurcarstensen closed 4 days ago

timurcarstensen commented 1 week ago

PyTorch, Lightning and LitGPT now support python 3.12. Let's add 3.12 to our list of supported versions.

TODOs:

snikhil24 commented 1 week ago

Hi @timurcarstensen ! Can I work on this issue?

timurcarstensen commented 1 week ago

Well then just submit a PR after reading and following our contribution guidelines :)

snikhil24 commented 5 days ago

I’ve made the required changes and submitted a PR. Thanks :)