Skip to content

Commit 395abc4

Browse files
committed
change timesfm to 2.0
1 parent 29f890b commit 395abc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

orion/primitives/jsons/orion.primitives.timesfm.TimesFM.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"repo_id": {
4545
"type": "str",
46-
"default": "google/timesfm-1.0-200m-pytorch"
46+
"default": "google/timesfm-2.0-500m-pytorch"
4747
},
4848
"batch_size": {
4949
"type": "int",
@@ -59,4 +59,4 @@
5959
}
6060
}
6161
}
62-
}
62+
}

orion/primitives/timesfm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TimesFM:
5555
def __init__(self,
5656
window_size=256,
5757
pred_len=1,
58-
repo_id="google/timesfm-1.0-200m-pytorch",
58+
repo_id="google/timesfm-2.0-500m-pytorch",
5959
batch_size=32,
6060
freq=0,
6161
target=0):

0 commit comments

Comments
 (0)