From b1c6f4d925ae2730b6296afa0d1c9f63985fbd53 Mon Sep 17 00:00:00 2001 From: Killer3048 Date: Thu, 10 Apr 2025 09:52:58 +0700 Subject: [PATCH] update readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc169f..31208e5 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,7 @@ After than you can run the timesfm under `poetry shell` or do `poetry run python **Additional Note**: If you plan to use the **`forecast_with_covariates`** function (which requires external regressors), -you need to install **JAX** and **jaxlib**. Installing TimesFM with either the `[pax]` or the `[torch]` extras will include these packages by default. -However, if you installed the base version of TimesFM, you must manually install the dependencies: +you need to install **JAX** and **jaxlib**. If you installed the base version of TimesFM (`torch`), you must manually install the dependencies for **`forecast_with_covariates`** support: ``` pip install jax jaxlib ```