From 46afe89241a8c55097b8a25b5ec386f5daf468de Mon Sep 17 00:00:00 2001 From: Andrei-Aksionov Date: Mon, 23 Dec 2024 16:02:43 +0300 Subject: [PATCH] Bump version for new development cycle --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdc4fac87f..1dd1e53743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litgpt" -version = "0.5.4" +version = "0.5.5.dev1" description = "Hackable implementation of state-of-the-art open-source LLMs" authors = [ { name = "Lightning AI", email = "contact@lightning.ai" }, @@ -17,6 +17,7 @@ dependencies = [ "safetensors>=0.4.3", # download models "tokenizers>=0.15.2", # tokenization in most models "tqdm>=4.66.0", # convert_hf_checkpoint + "lightning-thunder @ git+https://github.com/Lightning-AI/lightning-thunder/ ; python_version >= '3.10' and sys_platform == 'linux'", ] [project.urls]