mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Trying to run docker manually.
This commit is contained in:
parent
6cdbcb4a89
commit
7634bed00b
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -36,4 +36,5 @@ jobs:
|
||||
make install-integration-tests
|
||||
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-a54ca37-intel
|
||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
docker run $DOCKER_IMAGE --model-id gpt2
|
||||
python -m pytest -s -vv integration-tests
|
||||
|
Loading…
Reference in New Issue
Block a user