adding these changes to default config.

This commit is contained in:
Rajat Sen
2025-10-01 18:08:11 +00:00
parent c58e6b6bca
commit 08918788ad
+1 -7
View File
@@ -262,16 +262,10 @@ class TimesFM_2p5_200M_torch_module(nn.Module):
return outputs
class TimesFM_2p5_200M_torch_new_module(TimesFM_2p5_200M_torch_module):
"""TimesFM 2.5 with 200M parameters."""
config = timesfm_2p5_base.TimesFM_2p5_new_200M_Definition()
class TimesFM_2p5_200M_torch(timesfm_2p5_base.TimesFM_2p5, ModelHubMixin):
"""PyTorch implementation of TimesFM 2.5 with 200M parameters."""
model: nn.Module = TimesFM_2p5_200M_torch_new_module()
model: nn.Module = TimesFM_2p5_200M_torch_module()
@classmethod
def _from_pretrained(