mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
Fix import warning (#479)
* fix import warning * fix version import * remove api, move convert to utils * also update circle to run external PRs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .convert import convert
|
||||
from .utils import generate, load
|
||||
# Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
__version__ = "0.0.14"
|
||||
from .utils import convert, generate, load
|
||||
from .version import __version__
|
||||
|
||||
Reference in New Issue
Block a user