opendatahub-io/vllm-tgis-adapter

gha: use ccache and cache action

Open

#146 opened on Sep 30, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (22 forks)auto 404
good first issuehelp wantedkind/enhancement

Repository metrics

Stars
 (55 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide