From 41d5228df08de1503e8ed00b90393fdc8eb7a54e Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Thu, 10 Oct 2024 09:40:03 -0500 Subject: [PATCH] Update pyproject.toml --- 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