| .. |
|
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
|
[Bugfix] bugfix and add model test for flashinfer fp8 kv cache. (#8013)
|
2024-08-30 22:18:50 -07: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
|
[TPU] Support single and multi-host TPUs on GKE (#7613)
|
2024-08-30 00:27:40 -07:00 |
|
engine
|
[Core] Increase default max_num_batched_tokens for multimodal models (#8028)
|
2024-08-30 08:20:34 -07:00 |
|
entrypoints
|
[Frontend] Minor optimizations to zmq decoupled front-end (#7957)
|
2024-08-28 17:22:43 -07:00 |
|
executor
|
[TPU] Support single and multi-host TPUs on GKE (#7613)
|
2024-08-30 00:27:40 -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
|
[Bugfix] Fix import error in Phi-3.5-MoE (#8052)
|
2024-08-30 22:26:55 -07: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
|
[Core] Logprobs support in Multi-step (#7652)
|
2024-08-29 19:19:08 -07:00 |
|
transformers_utils
|
[Bugfix] Fix ModelScope models in v0.5.5 (#8037)
|
2024-08-31 00:27:58 -07: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
|
[Core] Increase default max_num_batched_tokens for multimodal models (#8028)
|
2024-08-30 08:20:34 -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
|
[Core] Increase default max_num_batched_tokens for multimodal models (#8028)
|
2024-08-30 08:20:34 -07:00 |
|
connections.py
|
[core][distributed] fix zmq hang (#6759)
|
2024-07-24 17:37:12 -07:00 |
|
envs.py
|
[Kernel] changing fused moe kernel chunk size default to 32k (#7995)
|
2024-08-30 04:11:39 +00: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]-config-cli-args (#7737)
|
2024-08-30 08:21:02 -07:00 |
|
sequence.py
|
[Core] Logprobs support in Multi-step (#7652)
|
2024-08-29 19:19:08 -07:00 |
|
tracing.py
|
[CI/Build] Pin OpenTelemetry versions and make errors clearer (#7266)
|
2024-08-20 10:02:21 -07:00 |
|
utils.py
|
[Frontend]-config-cli-args (#7737)
|
2024-08-30 08:21:02 -07:00 |
|
version.py
|
Bump version to v0.5.5 (#7823)
|
2024-08-23 11:35:33 -07:00 |