Skip to content

Commit

Permalink
Merge branch 'ci_amd3' of github.com:huggingface/text-generation-infe…
Browse files Browse the repository at this point in the history
…rence into ci_amd3
  • Loading branch information
fxmarty committed Jul 1, 2024
2 parents 00cc73b + 5984977 commit 750ef7b
Show file tree
Hide file tree
Showing 34 changed files with 2,918 additions and 2,179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
runs-on: ["self-hosted", "${{ needs.build-and-push.outputs.runs_on }}", "multi-gpu"]
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
env:
PYTEST_FLAGS: ${{ github.ref == 'refs/heads/main' && '--release' || '' }}
PYTEST_FLAGS: ${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main') && '--release' || '' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 750ef7b

Please sign in to comment.