From ce271f9880d19936e09f10ad78b542aedf252bf2 Mon Sep 17 00:00:00 2001 From: Andrei-Aksionov Date: Mon, 23 Dec 2024 15:36:42 +0300 Subject: [PATCH] Temporary remove thunder to make a release --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2aa18f04f..cdc4fac87f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ 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]