This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip some tests in Python < 3.10 (#257)
This PR skips the `mosaicml/mpt-7b` model in the `tests/models/test_big_models.py::test_models` test when using Python 3.8 since that model has custom code that does not work in Python 3.8. It also skips the clean shutdown test in Python < 3.10 as that was failing for some reason in our CI (running the file through pytest locally passes).
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters