mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
add caching
This commit is contained in:
parent
a2aeec9331
commit
04f3b1c93e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -53,4 +53,6 @@ jobs:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: 'linux/amd64'
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=ghcr.io/huggingface/text-generation-inference:latest
|
||||
cache-to: type=inline
|
Loading…
Reference in New Issue
Block a user