-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (41 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
45 lines (41 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
site_name: AIPerf Documentation
site_description: Documentation for the AIPerf project
site_author: NVIDIA CORPORATION & AFFILIATES
nav:
- Home: index.md
- Getting Started:
- Basic Tutorial: tutorial.md
- CLI Options: cli-options.md
- Migrating from GenAI-Perf: migrating.md
- Advanced Features:
- Multi-Turn Conversations: tutorials/multi-turn.md
- Request Cancellation: tutorials/request-cancellation.md
- Fixed Schedule: tutorials/fixed-schedule.md
- Time-based Benchmarking: tutorials/time-based-benchmarking.md
- Sequence Distributions: tutorials/sequence-distributions.md
- Goodput: tutorials/goodput.md
- Request Rate with Max Concurrency: tutorials/request-rate-concurrency.md
- GPU Telemetry: tutorials/gpu-telemetry.md
- Timeslices: tutorials/timeslices.md
- Visualization and Plotting: tutorials/plot.md
- Template Endpoint: tutorials/template-endpoint.md
- Reference:
- Architecture: architecture.md
- Benchmark Datasets: benchmark-datasets.md
- Feature Comparison: genai-perf-feature-comparison.md
- API Reference: api.md # Generated by tools/generate_api_md.py with GitHub Actions
theme:
name: material
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true