We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ea9ce commit c112578Copy full SHA for c112578
.github/workflows/build.yaml
@@ -124,7 +124,6 @@ jobs:
124
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}${{ matrix.label }}
125
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
126
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}
127
- network: host
128
cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache${{ matrix.label }},mode=min
129
cache-to: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache${{ matrix.label }},mode=min
130
- name: Set up Python
0 commit comments