From 0598c143f578a494fdaba1c963080c218ab79c2a Mon Sep 17 00:00:00 2001 From: Florian Zimmermeister Date: Wed, 9 Jul 2025 22:43:34 +0200 Subject: [PATCH] Fix link Signed-off-by: Florian Zimmermeister --- examples/models/core/qwen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/core/qwen/README.md b/examples/models/core/qwen/README.md index 0de4f0f8e1..de0f30d01d 100644 --- a/examples/models/core/qwen/README.md +++ b/examples/models/core/qwen/README.md @@ -21,7 +21,7 @@ This document shows how to build and run a [Qwen](https://huggingface.co/Qwen) m - [Quick start](#quick-start) - [Run a single inference](#run-a-single-inference) - [Evaluation](#evaluation) - - [Model Quantization to FP4](#model-quantization-to-fp4) + - [Model Quantization](#model-quantization) - [Benchmark](#benchmark) - [Serving](#serving) - [trtllm-serve](#trtllm-serve)