From bd8001c0d1908935e385e4193034a4686a896f9c Mon Sep 17 00:00:00 2001 From: Rajat Sen Date: Thu, 12 Sep 2024 23:36:25 +0000 Subject: [PATCH] minor readme typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 174656b..c531702 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is not an officially supported Google product. We recommend at least 16GB RAM to load TimesFM dependencies. ## Update - Sep. 12, 2024 -- We have released full pytorch support (excludoing PEFT parts). +- We have released full pytorch support (excluding PEFT parts). - Shoutout to @tanmayshishodia for checking in PEFT methods like LoRA and DoRA. - 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.