From 9c730d7544ef00a00c425499a34db21523537332 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Tue, 29 Oct 2024 18:50:28 +0800 Subject: [PATCH] DOC: fix broken link in the README of loftq (#2183) --- examples/loftq_finetuning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/loftq_finetuning/README.md b/examples/loftq_finetuning/README.md index e0d504ffa3..9a5430fafd 100644 --- a/examples/loftq_finetuning/README.md +++ b/examples/loftq_finetuning/README.md @@ -10,7 +10,7 @@ Steps: 1. Apply LoftQ to a full-precision pre-trained weight and save. 2. Load LoftQ initialization and train. -For step 1, we have provided off-the-shelf LoftQ initializations (see [supported model list](#appendix-off-the-shelf-model-table)) +For step 1, we have provided off-the-shelf LoftQ initializations (see [supported model list](#appendix-off-the-shelf-model-list)) in [Huggingface Hub LoftQ](https://huggingface.co/LoftQ). If you want to do it yourself, jump to [LoftQ DIY](#loftq-diy).