From b45e8d69e6ccf3eecabef8f1c8671d805913c65e Mon Sep 17 00:00:00 2001 From: misha-chertushkin Date: Wed, 5 Mar 2025 21:08:22 +0000 Subject: [PATCH] Add finetuning folder --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7163e4..1a0d2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [tool.poetry] name = "timesfm" -packages = [{ include = "timesfm", from = "src" }] +packages = [ + { include = "timesfm", from = "src" }, + { include = "finetuning", from = "src" }, +] description = "Open weights time-series foundation model from Google Research." version = "1.2.8" authors = [