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

ci: switching to `uv` for github actions #149

Closed timurcarstensen closed 3 weeks ago

timurcarstensen commented 3 weeks ago

this pr switches our run-examples and unit-test github actions workflows to use astral-sh/setup-uv instead of actions/setup-python. This cuts the time needed for each workflow roughly in half (~6 mins to ~3 mins)

Closes #148