From fd0a3fa0899f3614e9c85052385c40f0ff13a5d2 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Thu, 10 Oct 2024 10:19:23 -0500 Subject: [PATCH] Bump version for 0.5.1 bugfix release (#1787) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 699cece513..80fd0e672f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litgpt" -version = "0.5.0.dev1" +version = "0.5.1" 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