Files
hermes-skills/mlops/llm-inference-benchmarking/templates/aiperf-extreme-context-test.yaml
T

37 lines
1.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AIPerf 0.10.0+ Schema 2.0 — Extreme Context Test Template (10k Input / 10k Output)
# Use case: Stress-test context-window limits and sustained decode performance
# Concurrency is 1 because runtime is 2001000 seconds per request
schema_version: "2.0"
benchmark:
models:
items:
- name: "vllm/gemma-4-31b-it"
endpoint:
urls: ["https://ai.noris.de/v1"]
type: "chat"
streaming: true
datasets:
- type: "synthetic"
name: "main"
entries: 10
isl:
type: "fixed"
value: 10000
osl:
type: "fixed"
value: 10000
phases:
- type: "concurrency"
name: "profiling"
requests: 10
# CLI usage (per model):
# aiperf profile --config this-file.yaml --concurrency 1 --ui none \
# --api-key "$API_KEY" --artifact-dir results/10k/MODEL_NAME/
# Expected runtime:
# At 1050 tok/s output, one request = 2001000 seconds
# 10 requests sequentially = ~3060 minutes per model
# Schedule with no-concurrency (--concurrency 1) to avoid timeouts