mlx-examples/llms/mlx_lm/__init__.py
Awni Hannun 95f82e67a2
Fix import warning (#479)
* fix import warning
* fix version import
* remove api, move convert to utils
* also update circle to run external PRs
2024-02-27 08:47:56 -08:00

5 lines
113 B
Python

# Copyright © 2023-2024 Apple Inc.
from .utils import convert, generate, load
from .version import __version__