third_party/vllm/ now tracked in git for direct patch management.
Based on vLLM v0.18.1 release with one patch applied:
vllm/v1/core/sched/scheduler.py:
Replace fatal assert with graceful skip when KV transfer callback
arrives for an already-aborted request during PD disaggregated serving.
Future vLLM modifications should be made directly in third_party/vllm/
and committed normally. The patches/ directory is kept as documentation
of what changed from upstream.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
739 B
JSON
27 lines
739 B
JSON
[
|
|
{
|
|
"test_name": "latency_llama8B_tp2",
|
|
"environment_variables": {
|
|
"VLLM_RPC_TIMEOUT": 100000,
|
|
"VLLM_ALLOW_LONG_MAX_MODEL_LEN": 1,
|
|
"VLLM_ENGINE_ITERATION_TIMEOUT_S": 120,
|
|
"VLLM_CPU_SGL_KERNEL": 1,
|
|
"VLLM_CPU_KVCACHE_SPACE": 40
|
|
},
|
|
"parameters": {
|
|
"model": "meta-llama/Llama-3.1-8B-Instruct",
|
|
"tensor_parallel_size": 2,
|
|
"dtype": "bfloat16",
|
|
"distributed_executor_backend": "mp",
|
|
"block_size": 128,
|
|
"trust_remote_code": "",
|
|
"disable_log_stats": "",
|
|
"enforce_eager": "",
|
|
"max_num_batched_tokens": 2048,
|
|
"max_num_seqs": 256,
|
|
"num_iters_warmup": 5,
|
|
"num_iters": 15
|
|
}
|
|
}
|
|
]
|