| .. |
|
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
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -07:00 |
|
compilation
|
[CI/Build] mypy: Resolve some errors from checking vllm/engine (#9267)
|
2024-10-16 22:55:59 +00:00 |
|
core
|
[Core] Remove evictor_v1 (#9572)
|
2024-10-22 04:55:49 +00:00 |
|
distributed
|
[Hardware][CPU] using current_platform.is_cpu (#9536)
|
2024-10-22 00:50:43 -07:00 |
|
engine
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -07:00 |
|
entrypoints
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -07:00 |
|
executor
|
[Misc] Print stack trace using logger.exception (#9461)
|
2024-10-17 13:55:48 +00:00 |
|
inputs
|
[CI/Build] mypy: Resolve some errors from checking vllm/engine (#9267)
|
2024-10-16 22:55:59 +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
|
[Bugfix]Fix MiniCPM's LoRA bug (#9286)
|
2024-10-12 09:36:47 -07:00 |
|
model_executor
|
[Bugfix] Eagle: change config name for fc bias (#9580)
|
2024-10-22 16:14:22 +00:00 |
|
multimodal
|
[Core][Frontend] Add Support for Inference Time mm_processor_kwargs (#9131)
|
2024-10-08 14:12:56 +00:00 |
|
platforms
|
[Neuron] [Bugfix] Fix neuron startup (#9374)
|
2024-10-22 12:51:41 +00:00 |
|
plugins
|
[torch.compile] integration with compilation control (#9058)
|
2024-10-10 12:39:36 -07:00 |
|
profiler
|
[misc] CUDA Time Layerwise Profiler (#8337)
|
2024-10-17 10:36:09 -04:00 |
|
prompt_adapter
|
[CI/Build] Avoid CUDA initialization (#8534)
|
2024-09-18 10:38:11 +00:00 |
|
spec_decode
|
[Doc] Consistent naming of attention backends (#9498)
|
2024-10-21 22:29:57 +08:00 |
|
transformers_utils
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -07:00 |
|
triton_utils
|
[Neuron] [Bugfix] Fix neuron startup (#9374)
|
2024-10-22 12:51:41 +00:00 |
|
usage
|
mypy: check additional directories (#9162)
|
2024-10-08 22:08:22 +00:00 |
|
v1
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -07:00 |
|
vllm_flash_attn
|
[ci][build] fix vllm-flash-attn (#8699)
|
2024-09-21 23:24:58 -07:00 |
|
worker
|
[Bugfix][Misc]: fix graph capture for decoder (#9549)
|
2024-10-21 17:33:30 +00:00 |
|
__init__.py
|
[Core] renamePromptInputs and inputs (#8876)
|
2024-09-26 20:35:15 -07:00 |
|
_custom_ops.py
|
[Neuron] [Bugfix] Fix neuron startup (#9374)
|
2024-10-22 12:51:41 +00: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
|
[BugFix] Typing fixes to RequestOutput.prompt and beam search (#9473)
|
2024-10-18 07:19:53 +00:00 |
|
block.py
|
[mypy] Enable mypy type checking for vllm/core (#7229)
|
2024-08-28 07:11:14 +08:00 |
|
config.py
|
[Neuron] [Bugfix] Fix neuron startup (#9374)
|
2024-10-22 12:51:41 +00:00 |
|
connections.py
|
[core][distributed] fix zmq hang (#6759)
|
2024-07-24 17:37:12 -07:00 |
|
envs.py
|
[V1] Implement vLLM V1 [1/N] (#9289)
|
2024-10-22 01:24:07 -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
|
[core] move parallel sampling out from vllm core (#9302)
|
2024-10-22 00:31:44 +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
|
[Frontend] Avoid creating guided decoding LogitsProcessor unnecessarily (#9521)
|
2024-10-18 20:21:01 -07:00 |
|
scalar_type.py
|
[Bugfix] Fix support for dimension like integers and ScalarType (#9299)
|
2024-10-17 19:08:34 +00:00 |
|
scripts.py
|
[Frontend] Add Early Validation For Chat Template / Tool Call Parser (#9151)
|
2024-10-08 14:31:26 +00:00 |
|
sequence.py
|
[core] move parallel sampling out from vllm core (#9302)
|
2024-10-22 00:31:44 +00:00 |
|
tracing.py
|
[misc] hide best_of from engine (#9261)
|
2024-10-10 21:30:44 -07:00 |
|
utils.py
|
[Neuron] [Bugfix] Fix neuron startup (#9374)
|
2024-10-22 12:51:41 +00:00 |
|
version.py
|
[CI/Build] use setuptools-scm to set __version__ (#4738)
|
2024-09-23 09:44:26 -07:00 |