[CI/Build] Build on Ubuntu 20.04 instead of 22.04 (#6517)

This commit is contained in:
Tyler Michael Smith
2024-07-18 20:29:25 -04:00
committed by GitHub
parent 4ffffccb7e
commit 1689219ebf
4 changed files with 31 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ steps:
fast_check: true
fast_check_only: true
commands:
- apt-get install curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- apt-get install -y curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- pytest -v -s metrics # Metrics
- "pip install \
opentelemetry-sdk \
@@ -221,7 +221,7 @@ steps:
- label: Tensorizer Test
#mirror_hardwares: [amd]
commands:
- apt-get install curl libsodium23
- apt-get install -y curl libsodium23
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
- pytest -v -s tensorizer_loader