From b2bc552214e0546b39ab4386fdb4d08e65f82d80 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Sun, 17 Dec 2023 17:13:03 -0600 Subject: [PATCH] fix new_seq --- 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 7243cde..cd4d115 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.4", + version="2.4.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.",