[CI/Build] Build on Ubuntu 20.04 instead of 22.04 (#6517)
This commit is contained in:
committed by
GitHub
parent
4ffffccb7e
commit
1689219ebf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user