From a919891b90a700b9d9803683c6e4082b1da41b70 Mon Sep 17 00:00:00 2001 From: Christopher Pirillo Date: Wed, 20 May 2026 13:51:22 -0700 Subject: [PATCH] Update InferenceMAX reference Replaces InferenceMAX with InferenceX to reflect their new branding. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c892a6..7984bcc5 100644 --- a/README.md +++ b/README.md @@ -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 ## License