removing cpu/gpu package version hints from readme, instead going with "one package" phrasing

This commit is contained in:
Justin Guese
2024-07-12 19:53:08 +02:00
parent ac92e0ea69
commit d277f3bd69
+1 -7
View File
@@ -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