Skip to content

Commit afb12e4

Browse files
authored
[Doc] note that not all unit tests pass on CPU platforms (#17554)
Signed-off-by: David Xia <[email protected]>
1 parent 24aebae commit afb12e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/contributing/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Therefore, we recommend developing with Python 3.12 to minimise the chance of yo
5858
Currently, the repository is not fully checked by `mypy`.
5959
:::
6060

61+
:::{note}
62+
Currently, not all unit tests pass when run on CPU platforms. If you don't have access to a GPU
63+
platform to run unit tests locally, rely on the continuous integration system to run the tests for
64+
now.
65+
:::
66+
6167
## Issues
6268

6369
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.

0 commit comments

Comments
 (0)