mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +00:00
Wrong output.
This commit is contained in:
parent
45787f15bb
commit
821025e60c
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.job }}-${{ needs.build-and-push.outputs.label }}-${{ github.head_ref || github.run_id }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
if: needs.build-and-push.outputs.label == '-neuron'
|
if: needs.build-and-push.outputs.label_extension == '-neuron'
|
||||||
runs-on:
|
runs-on:
|
||||||
group: ${{ needs.build-and-push.outputs.runs_on }}
|
group: ${{ needs.build-and-push.outputs.runs_on }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user