Remove some stuff.

This commit is contained in:
Nicolas Patry 2024-10-02 16:07:33 +02:00
parent 2c12e937ce
commit 38c39b00e2
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674
2 changed files with 1 additions and 6 deletions

View File

@ -193,7 +193,6 @@ jobs:
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }} export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}" export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
export HF_TOKEN=${{ secrets.HF_TOKEN }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
export ROCR_VISIBLE_DEVICES=0,1 export ROCR_VISIBLE_DEVICES=3,4
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
rocm-smi
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST} pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}

View File

@ -534,10 +534,6 @@ def launcher(event_loop):
yield ContainerLauncherHandle(client, container.name, port) yield ContainerLauncherHandle(client, container.name, port)
import time
time.sleep(600)
if not use_flash_attention: if not use_flash_attention:
del env["USE_FLASH_ATTENTION"] del env["USE_FLASH_ATTENTION"]