From 666bc29f00a95f41cbcb2983b71354229897931a Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Fri, 24 Jan 2025 11:46:36 +0100 Subject: [PATCH] use thunder weekly from pypi for pypi compat --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de8c428ac2..49b9639623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +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'", + "lightning-thunder>=0.2.0.dev20250119 ; python_version >= '3.10' and sys_platform == 'linux'", ] [project.urls]