mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
add caching
This commit is contained in:
parent
a2aeec9331
commit
04f3b1c93e
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -54,3 +54,5 @@ jobs:
|
|||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
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