From afb12e42948d50c85ffa9deb9963edda5814bffa Mon Sep 17 00:00:00 2001 From: David Xia Date: Thu, 1 May 2025 22:57:21 -0400 Subject: [PATCH] [Doc] note that not all unit tests pass on CPU platforms (#17554) Signed-off-by: David Xia --- docs/source/contributing/overview.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/contributing/overview.md b/docs/source/contributing/overview.md index 7c4016cae1d34..89b31f0311e23 100644 --- a/docs/source/contributing/overview.md +++ b/docs/source/contributing/overview.md @@ -58,6 +58,12 @@ Therefore, we recommend developing with Python 3.12 to minimise the chance of yo Currently, the repository is not fully checked by `mypy`. ::: +:::{note} +Currently, not all unit tests pass when run on CPU platforms. If you don't have access to a GPU +platform to run unit tests locally, rely on the continuous integration system to run the tests for +now. +::: + ## Issues If you encounter a bug or have a feature request, please [search existing issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue) first to see if it has already been reported. If not, please [file a new issue](https://github.com/vllm-project/vllm/issues/new/choose), providing as much relevant information as possible.