mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
wip debug
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
6589b5222e
commit
e77eff6fa1
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-use1-r7i-8xlarge-priv
|
||||
group: aws-r7i-8xlarge-priv
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
export dockerfile="Dockerfile"
|
||||
export label_extension=""
|
||||
export docker_devices=""
|
||||
export runs_on="aws-use1-g5-12xlarge"
|
||||
export runs_on="aws-g5-12xlarge"
|
||||
;;
|
||||
rocm)
|
||||
export dockerfile="Dockerfile_amd"
|
||||
@ -182,4 +182,4 @@ jobs:
|
||||
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
|
||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||
echo $DOCKER_IMAGE
|
||||
pytest -s -vv integration-tests ${PYTEST_FLAGS}
|
||||
pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
|
||||
|
3
.github/workflows/load_test.yaml
vendored
3
.github/workflows/load_test.yaml
vendored
@ -15,7 +15,8 @@ jobs:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||
runs-on:
|
||||
group: aws-g5-12xlarge
|
||||
env:
|
||||
DOCKER_VOLUME: /cache
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user