diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index d1185e4b1acd6..e09122ba61f44 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -89,6 +89,7 @@ steps: mirror_hardwares: [amd] commands: - pytest -v -s engine test_sequence.py test_config.py test_logger.py + # OOM in the CI unless we run this separately - pytest -v -s tokenization - label: Entrypoints Test