mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-20 22:32:07 +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 }}
|
||||
cancel-in-progress: true
|
||||
needs: build-and-push
|
||||
if: needs.build-and-push.outputs.label == '-neuron'
|
||||
if: needs.build-and-push.outputs.label_extension == '-neuron'
|
||||
runs-on:
|
||||
group: ${{ needs.build-and-push.outputs.runs_on }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user