Update README.md

This commit is contained in:
Yichen Zhou
2024-07-17 09:47:33 +02:00
committed by GitHub
parent ec106a346c
commit b9af57aed9
+1
View File
@@ -18,6 +18,7 @@ We recommend at least 16GB RAM to load TimesFM dependencies.
## Update - July 15, 2024
- To install TimesFM, you can now simply do: `pip install timesfm`.
- Launched [finetuning support](https://github.com/google-research/timesfm/blob/master/notebooks/finetuning.ipynb) that lets you finetune the weights of the pretrained TimesFM model on your own data.
- Launched [~zero-shot covariate support](https://github.com/google-research/timesfm/blob/master/notebooks/covariates.ipynb) with external regressors. More details [here](https://github.com/google-research/timesfm?tab=readme-ov-file#covariates-support).