From 527effa731909c93e5acb3efae3fe04cee1924f7 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Fri, 23 Aug 2024 09:38:46 -0500 Subject: [PATCH] #174 fix mlx model load --- air_llm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/air_llm/setup.py b/air_llm/setup.py index c730648..378272a 100644 --- a/air_llm/setup.py +++ b/air_llm/setup.py @@ -14,7 +14,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="airllm", - version="2.10.1", + version="2.10.2", author="Gavin Li", author_email="gavinli@animaai.cloud", description="AirLLM allows single 4GB GPU card to run 70B large language models without quantization, distillation or pruning. 8GB vmem to run 405B Llama3.1.",