Skip to content

Commit 4db18e2

Browse files
committed
Fix typo in changelog
1 parent a904e70 commit 4db18e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Darts is still in an early development phase and we cannot always guarantee back
1212
**Improved**
1313
- 🚀 Support for [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning): All deep learning
1414
models are now implemented using PyTorch Lightning. This means that many more features are now available
15-
via PyTorch Lightning trainers functionalities; such as tailored callbacks, or multi-GUP training.
15+
via PyTorch Lightning trainers functionalities; such as tailored callbacks, or multi-GPU training.
1616
[#702](https://github.com/unit8co/darts/pull/702)
1717
- The `RegressionModel`s now accept an `output_chunk_length` parameter; meaning that they can be trained to
1818
predict more than one time step in advance (and used auto-regressively to predict on longer horizons).

0 commit comments

Comments
 (0)