Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
57b55d88
Unverified
Commit
57b55d88
authored
Feb 27, 2026
by
Dmitry Tokarev
Committed by
GitHub
Feb 27, 2026
Browse files
fix: fix docs links (#6702)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
64082ccd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.github/workflows/docs-link-check.yml
.github/workflows/docs-link-check.yml
+3
-1
benchmarks/multimodal/jsonl/README.md
benchmarks/multimodal/jsonl/README.md
+1
-1
docs/pages/backends/sglang/sglang-observability.md
docs/pages/backends/sglang/sglang-observability.md
+1
-1
No files found.
.github/workflows/docs-link-check.yml
View file @
57b55d88
...
...
@@ -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@
v
2
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
...
...
benchmarks/multimodal/jsonl/README.md
View file @
57b55d88
# 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
...
...
docs/pages/backends/sglang/sglang-observability.md
View file @
57b55d88
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment