Fix import warning (#479)

* fix import warning
* fix version import
* remove api, move convert to utils
* also update circle to run external PRs
This commit is contained in:
Awni Hannun
2024-02-27 08:47:56 -08:00
committed by GitHub
parent 82f3f31d93
commit 95f82e67a2
9 changed files with 99 additions and 92 deletions

3
llms/mlx_lm/version.py Normal file
View File

@@ -0,0 +1,3 @@
# Copyright © 2023-2024 Apple Inc.
__version__ = "0.0.14"