From 7b44f2d7fa9697b586c14e58d98d323893c631f5 Mon Sep 17 00:00:00 2001 From: Robert Shaw <114415538+robertgshaw2-neuralmagic@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:00:34 -0400 Subject: [PATCH] Update test-pipeline.yaml --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) 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