Unverified Commit afb12e42 authored by David Xia's avatar David Xia Committed by GitHub
Browse files

[Doc] note that not all unit tests pass on CPU platforms (#17554)


Signed-off-by: default avatarDavid Xia <david@davidxia.com>
parent 24aebae1
...@@ -58,6 +58,12 @@ Therefore, we recommend developing with Python 3.12 to minimise the chance of yo ...@@ -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`. 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 ## 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. 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment