update adapter init file docstring

This commit is contained in:
tanmayshishodia
2024-07-16 17:52:03 +00:00
parent 461c2cd194
commit c34896b75b
+1 -1
View File
@@ -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