mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Trying to avoid the random timeout.
This commit is contained in:
parent
447a5b2f87
commit
c9f9cd165b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -214,4 +214,6 @@ jobs:
|
||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||
echo $DOCKER_IMAGE
|
||||
docker pull $DOCKER_IMAGE
|
||||
# Run once only the bloom tests to try and avoid the random timeout.
|
||||
pytest -s -vv --release integration-tests/models/test_bloom_560m.py
|
||||
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
||||
|
Loading…
Reference in New Issue
Block a user