Obtaining torch_model.ckpt #241
ncheong004
started this conversation in
General
Replies: 1 comment 2 replies
-
|
you have downloaded a jax checkpoint so download the pytorch checkpoint instead: "google/timesfm-2.0-500m-pytorch" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I've been trying to run the run_timesfm.py script with the latest 2.0 checkpoint and have resolves dependency errors on my end along the way. However, I've hit a road block trying to identify where I can obtain a 'torch_model.ckpt' file that is necessary for the initialisation of the torch model in serialization.py. Appreciate any help I can get!
FileNotFoundError: [Errno 2] No such file or directory: '...\.cache\huggingface\hub\models--google--timesfm-2.0-500m-jax\snapshots\...\torch_model.ckpt'
Beta Was this translation helpful? Give feedback.
All reactions