Add finetuning folder
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "timesfm"
|
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."
|
description = "Open weights time-series foundation model from Google Research."
|
||||||
version = "1.2.8"
|
version = "1.2.8"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
Reference in New Issue
Block a user