Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ This project draws inspiration from:
- [AIPerf](https://github.com/ai-dynamo/aiperf) — AI model performance profiling
- [SGLang GenAI-Bench](https://github.com/sgl-project/genai-bench) — Token-level performance evaluation
- [vLLM Benchmarks](https://github.com/vllm-project/vllm/tree/main/benchmarks) — Performance benchmarking for vLLM
- [InferenceMAX](https://github.com/InferenceMAX/InferenceMAX) - LLM inference optimization toolkit
- [InferenceX](https://github.com/SemiAnalysisAI/InferenceX) - LLM inference optimization toolkit
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The separator used here is a hyphen (-), which is inconsistent with the em-dash () used in the preceding list items (lines 135-138). Using an em-dash would maintain visual consistency across the acknowledgements section.

Suggested change
- [InferenceX](https://github.com/SemiAnalysisAI/InferenceX) - LLM inference optimization toolkit
- [InferenceX](https://github.com/SemiAnalysisAI/InferenceX) LLM inference optimization toolkit


## License

Expand Down
Loading