From 500ebeba68e1a0233d13d47452fdbd3b1d81afce Mon Sep 17 00:00:00 2001 From: Yu Li Date: Tue, 30 Jul 2024 22:53:18 -0500 Subject: [PATCH] update setup.py --- air_llm/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/air_llm/setup.py b/air_llm/setup.py index 7f26515..4c79cde 100644 --- a/air_llm/setup.py +++ b/air_llm/setup.py @@ -5,10 +5,10 @@ with open("README.md", "r") as fh: setuptools.setup( name="airllm", - version="2.8.6", + version="2.9", 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.", + 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.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/lyogavin/airllm",