Schema.ai· vLLM
vLLM v0.23.0API up

vLLM v0.23.0 config scheduler.py

Type
source_file
Publisher
vllm-project
Relationship
first_party
Version
vLLM v0.23.0
Retrieved
Jul 9
Local snapshot
corpus/domains/vllm/core-v0/evidence/snapshots/vllm-code-v0230-config-scheduler.py
SHA-256
36bdfcf50a8f30d9

Claims citing this source (0)

No claims cite this source yet.

Settings grounded in this source (20)

NameDescriptionLocator
max_model_lenMaximum sequence length, including prompt and output tokens, used by vLLM configuration and scheduler validation.vllm/config/scheduler.py:29-33
is_encoder_decoderSchedulerConfig InitVar marking encoder-decoder models; stored in ModelConfig and used to disable chunked prefill and prefix caching.vllm/config/scheduler.py:35-40
runner_typeSchedulerConfig field selecting the runner type to launch for the model: generate, pooling, or draft.vllm/config/scheduler.py:46-47
max_num_batched_tokensMaximum number of tokens to process in a scheduler iteration.vllm/config/scheduler.py:49-54
max_num_scheduled_tokensSchedulerConfig field capping the tokens the scheduler may issue in a single iteration; defaults to max_num_batched_tokens.vllm/config/scheduler.py:56-61
max_num_seqsMaximum number of sequences to process in a scheduler iteration.vllm/config/scheduler.py:63-68
max_num_partial_prefillsSchedulerConfig field for the maximum number of sequences that can be partially prefilled concurrently under chunked prefill.vllm/config/scheduler.py:70-72

View all 20 in Settings