logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/timesfm
or

Install via npx

npx @hexmos/ipm i google-research/timesfm

Prerequisites

Python

language

Version: >=3.8

uv

package manager

git

version control

Manual 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]