Add StableLM-2 1.6B (#378)

* init

* stablelm

* add to readme

* bump version

---------

Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
Ashish
2024-01-26 11:28:00 -07:00
committed by GitHub
parent 854ad8747a
commit 0b57f0eae6
4 changed files with 191 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ with open(Path(__file__).parent / "mlx_lm/requirements.txt") as fid:
requirements = [str(r) for r in pkg_resources.parse_requirements(fid)]
setup(
name="mlx-lm",
version="0.0.4",
version="0.0.6",
description="LLMs on Apple silicon with MLX and the Hugging Face Hub",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",