diff --git a/README.md b/README.md index 3bdbd9e..5549b0c 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,10 @@ Please look into the README files in the respective benchmark directories within ### Installation as a package -To install the GPU/default version of TimesFM as a package, you can run the following command without cloning this repo: +To install the TimesFM as a package, you can run the following command without cloning this repo: `pip install timesfm` -The package is currently using https://pypi.org/project/timesfm/. - -To install the CPU version of TimesFM, you can run the command `pip install timesfm[cpu]` - ### Local installation To from the current repository/local version (like you would have previously done with `pip -e .`), you can run the command @@ -51,8 +47,6 @@ pip install poetry # optional poetry install ``` -If you prefer the CPU version, run the command `poetry install -E cpu` - This will install the environment in the local .venv folder (depends on the configuration) and matches the python command to the poetry environment. If this is not the case, you can use `poetry run python` to use the local environment. ## Notes