mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Show pip freeze.
This commit is contained in:
parent
f68ed01587
commit
ff5da177e1
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -199,5 +199,6 @@ jobs:
|
|||||||
echo $DOCKER_IMAGE
|
echo $DOCKER_IMAGE
|
||||||
# python -c 'import docker; client = docker.from_env(); client.containers.run("registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-318bbc7-rocm", devices=["/dev/kfd", "/dev/dri"], env={"MODEL_ID": "gpt2"}, detach=True)'
|
# python -c 'import docker; client = docker.from_env(); client.containers.run("registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-318bbc7-rocm", devices=["/dev/kfd", "/dev/dri"], env={"MODEL_ID": "gpt2"}, detach=True)'
|
||||||
which pytest
|
which pytest
|
||||||
|
pip freeze
|
||||||
pytest -s -vv integration-tests -k flash_llama_grammar_tools_auto
|
pytest -s -vv integration-tests -k flash_llama_grammar_tools_auto
|
||||||
# pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
# pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
||||||
|
Loading…
Reference in New Issue
Block a user