mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
????
This commit is contained in:
parent
d16420f52b
commit
99657f20c9
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -189,7 +189,6 @@ jobs:
|
||||
cancel-in-progress: true
|
||||
needs:
|
||||
- start-runner
|
||||
# - build-and-push-image # Wait for the docker image to be built
|
||||
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -213,7 +212,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-65391ba
|
||||
# export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}
|
||||
export HUGGING_FACE_HUB_TOKEN={{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
make integration-tests
|
||||
|
||||
@ -221,7 +219,6 @@ jobs:
|
||||
name: Stop self-hosted EC2 runner
|
||||
needs:
|
||||
- start-runner
|
||||
# - build-and-push-image
|
||||
- integration-tests
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user