mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 19:06:37 +08:00
11 lines
199 B
Python
11 lines
199 B
Python
# Copyright © 2023-2024 Apple Inc.
|
|
|
|
from ._version import __version__
|
|
|
|
import os
|
|
os.environ["TRANSFORMERS_NO_ADVISORY_WARNINGS"] = "1"
|
|
|
|
from .utils import convert, generate, load, stream_generate
|
|
|
|
|