gha: use ccache and cache action #146
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/enhancement
New feature or request
In #145 we started using the cache action to speed up builds by caching the python virtual environments in
.nox
.Even though the CPU build is quite fast, we could speed this up even further by installing
ccache
and caching/root/.cache/ccache
before actually building/installing vllm.The text was updated successfully, but these errors were encountered: