From 2bd56072490cae7eb900bbe38b35f0595c04940f Mon Sep 17 00:00:00 2001 From: younesbelkada Date: Mon, 9 Sep 2024 07:05:58 +0000 Subject: [PATCH] push fix --- src/transformers/kernels/falcon_mamba/__init__.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/transformers/kernels/falcon_mamba/__init__.py b/src/transformers/kernels/falcon_mamba/__init__.py index e69de29bb2d1d6..ce3c70d2b76672 100644 --- a/src/transformers/kernels/falcon_mamba/__init__.py +++ b/src/transformers/kernels/falcon_mamba/__init__.py @@ -0,0 +1,15 @@ +# coding=utf-8 +# Copyright 2024 Tri Dao, Albert Gu, Technological Innovation Institute and HuggingFace Inc. team. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +from .selective_scan_with_ln_interface import mamba_inner_fn \ No newline at end of file