mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 01:41:19 +08:00

* Add streaming feature to text generation function * separate stream and regular functions --------- Co-authored-by: Awni Hannun <awni@apple.com>
5 lines
130 B
Python
5 lines
130 B
Python
# Copyright © 2023-2024 Apple Inc.
|
|
|
|
from .utils import convert, generate, load, stream_generate
|
|
from .version import __version__
|