Times FM 2.5 model complete model usage example

#3
by NagHuggingFace1979 - opened

Hi Guys,
I was using times -2.0-500m model for my app. Unfortunately it was huge more than > 4 GB. So exploring 2.5 model with 200 M .
I want one complete working example with installation steps. Assume i am going to create a Docker image , so i should know each package version. Please note that i can not clone repository. All i can install necessary packages, can download the models etc.

Thanks in advance.

Hello,
I think you can install new version model using the following command:
pip install git+https://github.com/google-research/timesfm.git
In this way, you're not cloning the repository but you're installing all the dependencies in pyproject.toml file.

Hi @lorenzolaudato , Thanks for messaging. But still if i clone to particular directory, i am not able to use it properly. Could you please share one complete example with proper instructions? Thanks in advance.

Sign up or log in to comment