shchuro commited on
Commit
318262f
·
1 Parent(s): 3fefafa

Update link in README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -80,7 +80,7 @@ from sagemaker.jumpstart.model import JumpStartModel
80
 
81
  model = JumpStartModel(
82
  model_id="autogluon-forecasting-chronos-bolt-base",
83
- instance_type="ml.m5.2xlarge",
84
  )
85
  predictor = model.deploy()
86
  ```
@@ -99,7 +99,7 @@ payload = {
99
  }
100
  forecast = predictor.predict(payload)["predictions"]
101
  ```
102
- Chronos-Bolt models can be deployed to both CPU and GPU instances. These models also support **forecasting with covariates**. For more details about the endpoint API, check out the [example notebook](https://github.com/aws/amazon-sagemaker-examples/blob/default/%20%20%20%20generative_ai/sm-jumpstart_time_series_forecasting.ipynb).
103
 
104
  ## Citation
105
 
 
80
 
81
  model = JumpStartModel(
82
  model_id="autogluon-forecasting-chronos-bolt-base",
83
+ instance_type="ml.c5.2xlarge",
84
  )
85
  predictor = model.deploy()
86
  ```
 
99
  }
100
  forecast = predictor.predict(payload)["predictions"]
101
  ```
102
+ Chronos-Bolt models can be deployed to both CPU and GPU instances. These models also support **forecasting with covariates**. For more details about the endpoint API, check out the [example notebook](https://github.com/amazon-science/chronos-forecasting/blob/main/notebooks/deploy-chronos-bolt-to-amazon-sagemaker.ipynb).
103
 
104
  ## Citation
105