vllm/vllm
2024-08-29 19:09:08 -04:00
..
adapter_commons [Core] Optimize SPMD architecture with delta + serialization optimization (#7109) 2024-08-18 17:57:20 -07:00
assets [mypy][CI/Build] Fix mypy errors (#7929) 2024-08-27 23:47:44 -07:00
attention [Core][Kernels] Enable FP8 KV Cache with Flashinfer backend. + BugFix for kv_cache_dtype=auto (#7985) 2024-08-29 14:53:11 -04:00
compilation [torch.compile] avoid Dynamo guard evaluation overhead (#7898) 2024-08-28 16:10:12 -07:00
core [Core] Combine async postprocessor and multi-step (#7921) 2024-08-29 11:18:26 -07:00
distributed [misc] fix custom allreduce p2p cache file generation (#7853) 2024-08-26 15:02:25 -07:00
engine [Core] Combine async postprocessor and multi-step (#7921) 2024-08-29 11:18:26 -07:00
entrypoints [Frontend] Minor optimizations to zmq decoupled front-end (#7957) 2024-08-28 17:22:43 -07:00
executor [ci][test] fix pp test failure (#7945) 2024-08-28 01:27:07 -07:00
inputs [Model] Fix Phi-3.5-vision-instruct 'num_crops' issue (#7710) 2024-08-22 09:36:24 +08:00
logging [MISC] Rework logger to enable pythonic custom logging configuration to be provided (#4273) 2024-05-01 17:34:40 -07:00
lora [Bugfix] Make torch registration of punica ops optional (#7970) 2024-08-28 16:11:49 -06:00
model_executor support bitsandbytes 8-bit and FP4 quantized models (#7445) 2024-08-29 19:09:08 -04:00
multimodal [VLM][Core] Fix exceptions on ragged NestedTensors (#7974) 2024-08-29 03:24:31 +00:00
platforms [hardware][rocm] allow rocm to override default env var (#7926) 2024-08-27 19:50:06 -07:00
plugins [misc][plugin] add plugin system implementation (#7426) 2024-08-13 16:24:17 -07:00
prompt_adapter [Core] Optimize SPMD architecture with delta + serialization optimization (#7109) 2024-08-18 17:57:20 -07:00
spec_decode [Bugfix] Unify rank computation across regular decoding and speculative decoding (#7899) 2024-08-28 22:18:13 -07:00
transformers_utils [Model] Add Mistral Tokenization to improve robustness and chat encoding (#7739) 2024-08-27 12:40:02 +00:00
triton_utils [Misc] fix typo in triton import warning (#7794) 2024-08-22 13:51:23 -07:00
usage [Misc] Manage HTTP connections in one place (#6600) 2024-07-22 21:32:02 -07:00
worker extend cuda graph size for H200 (#7894) 2024-08-29 12:15:04 -07:00
__init__.py [Frontend] Refactor prompt processing (#4028) 2024-07-22 10:13:53 -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 [Kernel/Model] Migrate mamba_ssm and causal_conv1d kernels to vLLM (#7651) 2024-08-28 15:06:52 -07:00
_ipex_ops.py [mypy] Enable following imports for some directories (#6681) 2024-07-31 10:38:03 +08:00
block.py [mypy] Enable mypy type checking for vllm/core (#7229) 2024-08-28 07:11:14 +08:00
config.py support bitsandbytes 8-bit and FP4 quantized models (#7445) 2024-08-29 19:09:08 -04:00
connections.py [core][distributed] fix zmq hang (#6759) 2024-07-24 17:37:12 -07:00
envs.py [torch.compile] avoid Dynamo guard evaluation overhead (#7898) 2024-08-28 16:10:12 -07:00
logger.py [Bugfix] Don't disable existing loggers (#7664) 2024-08-19 15:11:58 -07:00
outputs.py [Bugfix] Fix weight loading for Chameleon when TP>1 (#7410) 2024-08-13 05:33:41 +00: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 [mypy] Enable following imports for entrypoints (#7248) 2024-08-20 23:28:21 -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] Disallow passing model as both argument and option (#7347) 2024-08-12 12:58:34 +00:00
sequence.py [Core] Combine async postprocessor and multi-step (#7921) 2024-08-29 11:18:26 -07:00
tracing.py [CI/Build] Pin OpenTelemetry versions and make errors clearer (#7266) 2024-08-20 10:02:21 -07:00
utils.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
version.py Bump version to v0.5.5 (#7823) 2024-08-23 11:35:33 -07:00