No public description

PiperOrigin-RevId: 650786820
This commit is contained in:
Yichen Zhou
2024-07-09 16:05:18 -07:00
committed by siriuz42
parent 28dcfa669b
commit 179d20df4a
17 changed files with 1241 additions and 334 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
[project]
name = "timesfm"
description = "Open weights time-series foundation model from Google Research."
version = "0.0.1"
version = "1.0.0"
dependencies = [
"einshape>=1.0.0",
"paxml>=1.4.0",
@@ -11,6 +11,7 @@ dependencies = [
"jax>=0.4.26",
"numpy>=1.26.4",
"pandas>=2.1.4",
"sklearn>=1.15.1",
]
authors = [
{name = "Rajat Sen", email = "senrajat@google.com"},