Logo
Explore Help
Sign In
zhangyiss/mlx-examples
1
0
Fork 0
You've already forked mlx-examples
mirror of https://github.com/ml-explore/mlx-examples.git synced 2025-08-31 20:04:38 +08:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
a039f11b11b82e1e68a10d74568d58ef84e282a7
mlx-examples/llms/mlx_lm/__init__.py

5 lines
131 B
Python
Raw Normal View History

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
# Copyright © 2023-2024 Apple Inc.
bump version and include in package (#475)
2024-02-21 09:40:36 -08:00
Make sure to import the correct "version" module when installing mlx_whisper and mlx_lm from local source code. (#969) * Make sure to import the correct "version" module when installing the mlx_whisper package from local source code. * Make sure to import the correct "version" module when installing the mlx_lm package from local source code * fix --------- Co-authored-by: Awni Hannun <awni@apple.com>
2024-09-03 23:16:21 +03:00
from ._version import __version__
mlx_lm: Add Streaming Capability to Generate Function (#807) * Add streaming feature to text generation function * separate stream and regular functions --------- Co-authored-by: Awni Hannun <awni@apple.com>
2024-06-03 18:04:39 +02:00
from .utils import convert, generate, load, stream_generate
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 150ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API