Update link in README
Browse files
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.
|
| 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/
|
| 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 |
|