Merge pull request #247 from misha-chertushkin/fix-finetuning-package

Fix the missing finetuning package
This commit is contained in:
Rajat Sen
2025-03-05 13:19:34 -08:00
committed by GitHub
+4 -1
View File
@@ -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 = [