From 151d0be30b538ae08eb6737e8850118ec3955926 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 29 Oct 2024 15:08:18 -0500 Subject: [PATCH] Bumb version for 5.3.4 bugfix release (#1815) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a3f335251..6898ffa390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litgpt" -version = "0.5.3.dev1" +version = "0.5.4" description = "Hackable implementation of state-of-the-art open-source LLMs" authors = [ { name = "Lightning AI", email = "contact@lightning.ai" }, @@ -35,7 +35,6 @@ test = [ "transformers>=4.38.0", # numerical comparisons "einops>=0.7.0", "protobuf>=4.23.4", - "lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'", ] all = [ "bitsandbytes==0.42.0", # quantization