Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ backend:
connector: null
kv_events_config: { aggregated: true }
aggregated_environment:
HF_HUB_CACHE: "/hf_hub_cache"
HUGGINGFACE_HUB_CACHE: "/hf_hub_cache"
TRANSFORMERS_CACHE: "/hf_hub_cache"
VLLM_ENGINE_READY_TIMEOUT_S: "7200"
VLLM_EXECUTE_MODEL_TIMEOUT_SECONDS: "1800"
VLLM_FLOAT32_MATMUL_PRECISION: "high"
Expand Down
10 changes: 10 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6821,3 +6821,13 @@
description:
- "Refresh to collect TensorRT-LLM server metrics."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2774

- config-keys:
- minimaxm3-fp4-gb200-dynamo-vllm-agentic-agg-mtp
scenario-type:
- agentic-coding
description:
- "Refresh the full GB200 aggregate Dynamo-vLLM AgentX configuration."
- "Use the mounted Hugging Face cache for the TP4 SimpleCPU-offload backend."
- "Use the committed MiniMax-M3 thinking-on EAGLE3-GQA acceptance target."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2806
Loading