Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix broken links in benchmarking guide README
- Replace ../../docs/guides/disagg_perf_tuning.md with ../../docs/performance/tuning.md (2 occurrences)
- Replace ../../deploy/metrics/README.md with ../../deploy/metrics/k8s/README.md

Fixes broken links that were pointing to non-existent files.
  • Loading branch information
AsadShahid04 committed Nov 12, 2025
commit 734a309df1e5bf57bbf6c841a936682f94497e47
6 changes: 3 additions & 3 deletions benchmarks/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
- Verify all workers are actually processing requests (check logs)
- Ensure network connectivity between nodes (for multinode)
- Check GPU utilization to confirm resources are being used
- Review the [Performance Tuning Guide](../../docs/guides/disagg_perf_tuning.md) for optimization tips
- Review the [Performance Tuning Guide](../../docs/performance/tuning.md) for optimization tips

### Interconnect Configuration (Multinode)

Expand All @@ -559,5 +559,5 @@

- **[AIPerf Documentation](https://github.com/triton-inference-server/perf_analyzer/blob/main/genai-perf/docs/tutorial.md)** - Learn more about AIPerf benchmarking
- **[Dynamo Benchmarking Guide](../../docs/benchmarks/benchmarking.md)** - General benchmarking framework documentation
- **[Performance Tuning Guide](../../docs/guides/disagg_perf_tuning.md)** - Optimize your deployment configuration
- **[Metrics and Visualization](../../deploy/metrics/README.md)** - Monitor deployments with Prometheus and Grafana
- **[Performance Tuning Guide](../../docs/performance/tuning.md)** - Optimize your deployment configuration
- **[Metrics and Visualization](../../deploy/metrics/k8s/README.md)** - Monitor deployments with Prometheus and Grafana

Check failure on line 563 in benchmarks/llm/README.md

View workflow job for this annotation

GitHub Actions / Check for broken markdown links

Broken link: [Metrics and Visualization](../../deploy/metrics/k8s/README.md) - View: https://github.com/ai-dynamo/dynamo/blob/HEAD/benchmarks/llm/README.md?plain=1#L563
Loading