Skip to content

Commit

Permalink
Make sure to import the correct "version" module when installing the …
Browse files Browse the repository at this point in the history
…mlx_lm package from local source code
  • Loading branch information
walkoncross committed Aug 30, 2024
1 parent 4eaa36e commit 675d7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
requirements = [l.strip() for l in fid.readlines()]

sys.path.append(str(package_dir))
from version import __version__
from mlx_lm.version import __version__

setup(
name="mlx-lm",
Expand Down

0 comments on commit 675d7f4

Please sign in to comment.