mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Launcher tgi
This commit is contained in:
parent
4e120c064b
commit
8e4ba60e6b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -189,7 +189,7 @@ jobs:
|
|||||||
make install-integration-tests
|
make install-integration-tests
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
docker run busybox sleep infinity
|
docker run --device /dev/kfd --device /dev/dri --env ROCR_VISIBLE_DEVICES -e HUGGING_FACE_HUB_TOKEN=$HF_TOKEN -e ROCM_USE_FLASH_ATTN_V2_TRITON=1 -v /home/nicolas/.cache/huggingface/:/data -p 3000:80 registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-318bbc7-rocm --model-id mistralai/Mistral-7B-Instruct-v0.1
|
||||||
# export DOCKER_VOLUME=/mnt2/
|
# export DOCKER_VOLUME=/mnt2/
|
||||||
# export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
|
# export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
|
||||||
# export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
|
# export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
|
||||||
|
Loading…
Reference in New Issue
Block a user