gorold commited on
Commit
f1c07ef
1 Parent(s): b971cbc

Fix Getting Started example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ test_data = test_template.generate_instances(
84
  )
85
 
86
  # Prepare pre-trained model by downloading model weights from huggingface hub
87
- model = MoiraiForecast.load_from_checkpoint(
88
  module=MoiraiModule.from_pretrained(f"Salesforce/moirai-1.0-R-{SIZE}"),
89
  prediction_length=PDT,
90
  context_length=CTX,
 
84
  )
85
 
86
  # Prepare pre-trained model by downloading model weights from huggingface hub
87
+ model = MoiraiForecast(
88
  module=MoiraiModule.from_pretrained(f"Salesforce/moirai-1.0-R-{SIZE}"),
89
  prediction_length=PDT,
90
  context_length=CTX,