mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-16 06:47:02 +08:00
tests xformers xformers_release torchao_pin_advance Update conv.py Update env_override.py [Release 2.10] Test Torch 2.10 RC triton release_210_testing release_210_testing release_210_testing release_210_testing update_to_210 fix_210_resr update_291_test python_only_compile
compile test folder structure
compile/test_*.py: various unit tests meant for testing particular code path/features. Future tests are most likely added here. New test files added here will be included in CI automaticallycompile/fullgraph/: full model tests, including all tests previously in compile/piecewise. These tests do not target particular features. New test files added here will be included in CI automaticallycompile/distributed/: tests that require multiple GPUs. New test files added here will NOT be included in CI automatically as these tests generally need to be manually configured to run in runners with particular number/type of GPUs.