From c34896b75b48c04be4f34f118deb427bcbbead12 Mon Sep 17 00:00:00 2001 From: tanmayshishodia Date: Tue, 16 Jul 2024 17:52:03 +0000 Subject: [PATCH] update adapter init file docstring --- src/adapter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter/__init__.py b/src/adapter/__init__.py index 4e672f0..6870b01 100644 --- a/src/adapter/__init__.py +++ b/src/adapter/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""TimesFM init file.""" +"""adapter init file.""" from .dora_layers import DoraAttentionProjection, DoraCombinedQKVProjection, DoraLinear from .lora_layers import LoraAttentionProjection, LoraCombinedQKVProjection, LoraLinear