Install
Install TiRex in your goto Python environment:
pip install tirex-ts
Install with additional input/output adapter:
pip install 'tirex-ts[gluonts,hfdataset]'
You can also install TiRex with all extras at once using:
pip install 'tirex-ts[all]'
TiRex is currently only tested on Linux and MacOS.
Requirements
- Use Python 3.11+ for best compatibility.
- PyTorch installed (CUDA optional).
- For Hugging Face model download, outbound network access or pre-downloaded cache.