Skip to content

Commit b4ad1f4

Browse files
authored
Moirai Agent: Update Chronos-2 model path (#247)
Updated Chronos-2 model path in Moirai Agent. The model is on HF now and we plan to remove access to `s3://autogluon/chronos-2` soon.
1 parent 9a78b80 commit b4ad1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/moirai-agent/gift_eval/tsf_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_chronos_forecast_fn(device="cuda"):
3131
from chronos import Chronos2Pipeline
3232

3333
pipeline = Chronos2Pipeline.from_pretrained(
34-
"s3://autogluon/chronos-2", device_map=device, dtype=torch.float32
34+
"amazon/chronos-2", device_map=device, dtype=torch.float32
3535
)
3636
quantile_levels = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]
3737

0 commit comments

Comments
 (0)