mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-21 12:06:51 +08:00
5 lines
103 B
Python
5 lines
103 B
Python
![]() |
"""DeciLM support for MLX."""
|
||
|
|
||
|
from .decilm import DeciLMArgs, Model
|
||
|
|
||
|
__all__ = ["DeciLMArgs", "Model"]
|