feat(loader): add load_zaya_model wrapper around mlx-lm.load
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
"""Markovian RSA test-time compute methodology on MLX."""
|
||||
__version__ = "0.1.0"
|
||||
|
||||
from markovian_rsa_mlx.config import RSAConfig
|
||||
from markovian_rsa_mlx.loader import load_zaya_model
|
||||
|
||||
__all__ = ["__version__", "RSAConfig", "load_zaya_model"]
|
||||
|
||||
Reference in New Issue
Block a user