vllm/vllm
2024-10-11 17:36:13 +00:00
..
adapter_commons [CI/Build] Update Ruff version (#8469) 2024-09-18 11:00:56 +00:00
assets [Model][VLM] Add LLaVA-Onevision model support (#8486) 2024-09-22 10:51:44 -07:00
attention [Model] Support Mamba (#6484) 2024-10-11 15:40:06 +00:00
compilation [torch.compile] generic decorators (#9258) 2024-10-10 15:54:23 -07:00
core [Model] Support Mamba (#6484) 2024-10-11 15:40:06 +00:00
distributed [torch.compile] improve allreduce registration (#9061) 2024-10-04 16:43:50 -07:00
engine [Model] Support Mamba (#6484) 2024-10-11 15:40:06 +00:00
entrypoints [CI/Build] mypy: check vllm/entrypoints (#9194) 2024-10-09 17:15:28 +00:00
executor [Frontend] Log the maximum supported concurrency (#8831) 2024-10-09 00:03:14 -07:00
inputs [Core][Frontend] Add Support for Inference Time mm_processor_kwargs (#9131) 2024-10-08 14:12:56 +00:00
logging [MISC] Rework logger to enable pythonic custom logging configuration to be provided (#4273) 2024-05-01 17:34:40 -07:00
lora [Misc][LoRA] Support loading LoRA weights for target_modules in reg format (#9275) 2024-10-11 12:31:21 +00:00
model_executor [Model] Add GLM-4v support and meet vllm==0.6.2 (#9242) 2024-10-11 17:36:13 +00:00
multimodal [Core][Frontend] Add Support for Inference Time mm_processor_kwargs (#9131) 2024-10-08 14:12:56 +00:00
platforms [torch.compile] integration with compilation control (#9058) 2024-10-10 12:39:36 -07:00
plugins [torch.compile] integration with compilation control (#9058) 2024-10-10 12:39:36 -07:00
prompt_adapter [CI/Build] Avoid CUDA initialization (#8534) 2024-09-18 10:38:11 +00:00
spec_decode [Bugfix] Fix try-catch conditions to import correct Flash Attention Backend in Draft Model (#9101) 2024-10-06 13:00:04 +08:00
transformers_utils [Model] Add GLM-4v support and meet vllm==0.6.2 (#9242) 2024-10-11 17:36:13 +00:00
triton_utils [CI/Build] Update Ruff version (#8469) 2024-09-18 11:00:56 +00:00
usage mypy: check additional directories (#9162) 2024-10-08 22:08:22 +00:00
vllm_flash_attn [ci][build] fix vllm-flash-attn (#8699) 2024-09-21 23:24:58 -07:00
worker [Model] Support Mamba (#6484) 2024-10-11 15:40:06 +00:00
__init__.py [Core] renamePromptInputs and inputs (#8876) 2024-09-26 20:35:15 -07:00
_core_ext.py [Bugfix] Allow ScalarType to be compiled with pytorch 2.3 and add checks for registering FakeScalarType and dynamo support. (#7886) 2024-08-27 23:13:45 -04:00
_custom_ops.py [Bugfix] Try to handle older versions of pytorch (#9086) 2024-10-08 14:28:12 -07:00
_ipex_ops.py [Hardware][intel GPU] bump up ipex version to 2.3 (#8365) 2024-09-13 16:54:34 -07:00
beam_search.py [Frontend] API support for beam search for MQLLMEngine (#9117) 2024-10-08 05:51:43 +00:00
block.py [mypy] Enable mypy type checking for vllm/core (#7229) 2024-08-28 07:11:14 +08:00
config.py [Model] Support Mamba (#6484) 2024-10-11 15:40:06 +00:00
connections.py [core][distributed] fix zmq hang (#6759) 2024-07-24 17:37:12 -07:00
envs.py [torch.compile] integration with compilation control (#9058) 2024-10-10 12:39:36 -07:00
forward_context.py [misc] add forward context for attention (#9029) 2024-10-03 12:09:42 -07:00
logger.py [Bugfix] Don't disable existing loggers (#7664) 2024-08-19 15:11:58 -07:00
outputs.py [misc] hide best_of from engine (#9261) 2024-10-10 21:30:44 -07:00
pooling_params.py [Core] Optimize SPMD architecture with delta + serialization optimization (#7109) 2024-08-18 17:57:20 -07:00
py.typed Add py.typed so consumers of vLLM can get type checking (#1509) 2023-10-30 14:50:47 -07:00
sampling_params.py [misc] hide best_of from engine (#9261) 2024-10-10 21:30:44 -07:00
scalar_type.py [Misc] Disambiguate quantized types via a new ScalarType (#6396) 2024-08-02 13:51:58 -07:00
scripts.py [Frontend] Add Early Validation For Chat Template / Tool Call Parser (#9151) 2024-10-08 14:31:26 +00:00
sequence.py [misc] hide best_of from engine (#9261) 2024-10-10 21:30:44 -07:00
tracing.py [misc] hide best_of from engine (#9261) 2024-10-10 21:30:44 -07:00
utils.py [Core][Frontend] Add Support for Inference Time mm_processor_kwargs (#9131) 2024-10-08 14:12:56 +00:00
version.py [CI/Build] use setuptools-scm to set __version__ (#4738) 2024-09-23 09:44:26 -07:00