remove eva_clip
Browse files- modeling_kangaroo.py +1 -0
modeling_kangaroo.py
CHANGED
@@ -17,6 +17,7 @@
|
|
17 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
# See the License for the specific language governing permissions and
|
19 |
# limitations under the License.
|
|
|
20 |
import math
|
21 |
from typing import List, Optional, Tuple, Union
|
22 |
|
|
|
17 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
# See the License for the specific language governing permissions and
|
19 |
# limitations under the License.
|
20 |
+
|
21 |
import math
|
22 |
from typing import List, Optional, Tuple, Union
|
23 |
|