From e64b76ac78eb218ef7c40487647b63ce9bad609b Mon Sep 17 00:00:00 2001 From: Yu Li Date: Sun, 18 Aug 2024 11:48:26 -0500 Subject: [PATCH] 2.10.1 --- 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 37e3fd9..c730648 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.9.1", + version="2.10.1", 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.",