vllm/tests
Jee Jee Li 1caca5a589
[Misc] Add SPDX-FileCopyrightText (#20428)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
2025-07-04 07:40:42 +00:00
..
async_engine [Core] Move multimodal placeholder from chat utils to model definition (#20355) 2025-07-03 08:18:30 +00:00
basic_correctness Fixing Chunked Prefill Test. (#19762) 2025-06-19 01:36:16 -07:00
benchmarks [Spec Decode][Benchmark] Generalize spec decode offline benchmark to more methods and datasets (#18847) 2025-06-12 10:30:56 -07:00
compile [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
config [Bugfix] Register reducer even if transformers_modules not available (#19510) 2025-07-03 22:08:12 +00:00
core [Bugfix][Core] Prefix caching causes incorrect outputs due to outdated ComputedBlocksTracker (#18957) 2025-06-15 21:56:37 -07:00
cuda [Bugfix][Ray] Set the cuda context eagerly in the ray worker (#19583) 2025-06-19 22:01:16 -07:00
detokenizer [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
distributed [Feature] add quick all reduce (#19744) 2025-06-26 20:54:24 -07:00
encoder_decoder [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
engine [Core] Move multimodal placeholder from chat utils to model definition (#20355) 2025-07-03 08:18:30 +00:00
entrypoints [Model][2/N] Automatic conversion of CrossEncoding model (#19978) 2025-07-03 13:59:23 +00:00
fastsafetensors_loader [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
kernels [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
kv_transfer [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
lora [CI] change spell checker from codespell to typos (#18711) 2025-06-11 19:57:10 -07:00
metrics [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
mistral_tool_use [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
model_executor [Fix][torch.compile] Enable custom ops by default when Inductor off (#20102) 2025-06-27 09:00:42 -06:00
models [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
mq_llm_engine [Misc] Add type assertion of request_id for LLMEngine.add_request (#19700) 2025-06-27 22:47:36 -07:00
multi_step Adding "AMD: Multi-step Tests" to amdproduction. (#19508) 2025-06-13 17:08:51 -07:00
multimodal [Misc] Small: Fix video loader return type annotations. (#20389) 2025-07-03 03:10:39 +00:00
neuron [Refactor] Remove duplicate `ceil_div` (#20023) 2025-06-25 05:19:09 +00:00
plugins [custom_op][vllm-plugin] update custom_op class to use op_registry (#19164) 2025-06-20 07:44:56 -07:00
plugins_tests [custom_op][vllm-plugin] update custom_op class to use op_registry (#19164) 2025-06-20 07:44:56 -07:00
prefix_caching [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
prompt_adapter [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
prompts [BugFix] Fix input positions for long context with sliding window (#2088) 2023-12-13 12:28:13 -08:00
quantization [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
reasoning [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
runai_model_streamer_test [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
samplers [CI] change spell checker from codespell to typos (#18711) 2025-06-11 19:57:10 -07:00
spec_decode [CI Fix] Try fixing eagle e2e test OOM by reducing block allocation (#20213) 2025-06-29 10:31:37 +08:00
standalone_tests [CI] Sync test dependency with test.in for torch nightly (#19632) 2025-06-26 20:55:25 -07:00
system_messages [V1] Implement Cascade Attention (#11635) 2025-01-01 21:56:46 +09:00
tensorizer_loader [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
tokenization Support embedding models in V1 (#16188) 2025-06-18 21:36:33 -07:00
tool_use [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
tools [Perf] Validate @config in pre-commit instead of dynamically (#20200) 2025-07-01 05:10:28 -04:00
tpu [TPU] update torch_xla pin (#19231) 2025-06-06 04:27:38 +00:00
tracing [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
v1 [Misc] Add SPDX-FileCopyrightText (#20428) 2025-07-04 07:40:42 +00:00
vllm_test_utils [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
weight_loading [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
worker [CI] change spell checker from codespell to typos (#18711) 2025-06-11 19:57:10 -07:00
__init__.py [Small] Formatter only checks lints in changed files (#1528) 2023-10-31 15:39:38 -07:00
build_cython.py [Refactor] Refactor import utils (#20269) 2025-07-01 18:05:42 -07:00
conftest.py [UT][intel GPU] use current_platform instead of device hardcode in v1 tests (#20169) 2025-07-02 09:06:04 +08:00
test_cache_block_hashing.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_config.py [Model][2/N] Automatic conversion of CrossEncoding model (#19978) 2025-07-03 13:59:23 +00:00
test_embedded_commit.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_inputs.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_logger.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_outputs.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_regression.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_sampling_params.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_scalartype.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_seed_behavior.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_sequence.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_sharded_state_loader.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_triton_utils.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_utils.py [Misc] adjust for ipv6 for mookcacke url parse (#20107) 2025-07-03 20:27:17 +00:00
test_version.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
test_vllm_port.py [Misc] Add SPDX-FileCopyrightText (#19100) 2025-06-03 11:20:17 -07:00
utils.py [CUDA] Enable full cudagraph for FlashMLA (#18581) 2025-06-13 18:12:26 +00:00