From e27f4a2d2d93d6f1760a21c854bbb69b7b6f9cdc Mon Sep 17 00:00:00 2001 From: EricLBuehler Date: Mon, 12 Feb 2024 07:29:20 -0500 Subject: [PATCH] Add link to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1591bd7..d5ec15e 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Excerpt from [this](./examples/simple.ipynb) example. - [Setting trainability of adapters dynamically](README.md#setting-trainability-of-adapters-dynamically) - [Setting and resetting the scaling pass value](README.md#setting-and-resetting-the-scaling-pass-value) - [Setting and getting the global LoRA weight](README.md#setting-and-getting-the-global-lora-weight) +- [Setting and getting the top-k lora value](README.md#setting-and-getting-the-top-k-lora-value) ### Converting a model ```python