Unverified Commit 57b55d88 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: fix docs links (#6702)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 64082ccd
......@@ -26,8 +26,9 @@ jobs:
restore-keys: cache-lychee-
- name: Check documentation links with lychee
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.0.2
uses: lycheeverse/lychee-action@v2
with:
# TODO: once DYN-2259 is fixed remove exclusion of ./docs/components/profiler/profiler_guide.md
args: >-
--cache
--no-progress
......@@ -37,6 +38,7 @@ jobs:
--root-dir ${{ github.workspace }}
--exclude-path ".*ATTRIBUTIONS.*"
--exclude-path "./lib/llm/tests/data/.*"
--exclude-path "./docs/components/profiler/profiler_guide.md"
--accept "200..=299, 403, 429"
--exclude-all-private
--exclude 0.0.0.0
......
# Multimodal JSONL Request Generator
Generates `.jsonl` benchmark files for [aiperf](https://github.com/NVIDIA/aiperf) with single-turn multimodal requests (text + images).
Generates `.jsonl` benchmark files for [aiperf](https://github.com/ai-dynamo/aiperf) with single-turn multimodal requests (text + images).
## Key concept: image pool reuse
......
......@@ -374,7 +374,7 @@ This is useful for automated benchmarking pipelines where you want to capture me
### SGLang Metrics
- [Official SGLang Production Metrics](https://docs.sglang.io/references/production_metrics.html)
- [SGLang GitHub - Metrics Collector](https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/metrics/collector.py)
- [SGLang GitHub - Metrics Collector](https://github.com/sgl-project/sglang/blob/v0.5.9/python/sglang/srt/metrics/collector.py)
### Dynamo Observability
- [Dynamo Metrics Guide](../../observability/metrics.md) - Complete documentation on Dynamo runtime metrics
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment