How to install google-research/timesfm. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
google-research/timesfm Installation Guide
How to install google-research/timesfm. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for google-research/timesfm. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i google-research/timesfmor
Install via npx
npx @hexmos/ipm i google-research/timesfmPrerequisites
Python
languageVersion: >=3.8
uv
package managergit
version controlManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from source with torch
git clone https://github.com/google-research/timesfm.git
cd timesfm
uv venv
source .venv/bin/activate
uv pip install -e .[torch]Install from source with flax
git clone https://github.com/google-research/timesfm.git
cd timesfm
uv venv
source .venv/bin/activate
uv pip install -e .[flax]Install from source with XReg
git clone https://github.com/google-research/timesfm.git
cd timesfm
uv venv
source .venv/bin/activate
uv pip install -e .[xreg]