Add finetuning folder

This commit is contained in:
misha-chertushkin
2025-03-05 21:08:22 +00:00
parent 057c9992bd
commit b45e8d69e6
+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 = [