Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaizzy committed Jun 7, 2024
1 parent 88d8716 commit 21eecfa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mlx_vlm/tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import logging
import unittest

import mlx.core as mx
from mlx.utils import tree_map

logging.basicConfig(
level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s"
)


class TestModels(unittest.TestCase):

Expand Down

0 comments on commit 21eecfa

Please sign in to comment.