mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
wip
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
2264773127
commit
cb639c3247
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -210,7 +210,8 @@ jobs:
|
||||
export DOCKER_IMAGE=registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-c55c43e
|
||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||
echo $DOCKER_IMAGE
|
||||
pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
|
||||
pytest -x -s -vv integration-tests ${PYTEST_FLAGS} &
|
||||
watch docker ps
|
||||
- name: Setup tmate session
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
Loading…
Reference in New Issue
Block a user