From 45a01a896589d247928de12c6583aae7cf0c38b8 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Mon, 18 Dec 2023 23:07:23 -0600 Subject: [PATCH] update version --- 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 cd4d115..f438e5a 100644 --- a/air_llm/setup.py +++ b/air_llm/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="airllm", - version="2.4.5", + version="2.5", 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.",