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