From 72215acdb4c79e2ebd786e8ba57b83a42b7b5e9c Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Tue, 30 Jul 2024 22:43:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ea8406..ca9bbe8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ ## Updates +[2024/07/30] Support Llama3.1 405B ([example notebook](https://colab.research.google.com/github/lyogavin/airllm/blob/main/air_llm/examples/run_llama3.1_405B.ipynb)). Support 4bit quantization. + [2024/04/20] AirLLM supports Llama3 natively already. Run Llama3 70B on 4GB single GPU. [2023/12/25] v2.8.2: Support MacOS running 70B large language models.