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.

This comment has been hidden (marked as Off-Topic)

Hello @lorenzolaudato ,@Ljubomir Josifovski, @MohammedNaeem
I could successfully run TimesFm 2.5 model in my Mac machine. Whereas if i package the same to AWS Lambda, i always get the results as NaN. Tried with multiple way of loading the model and forecast by passing different config, but still no luck. It would be very great if you have AWS Lambda based implementation example. Thank you.

Sign up or log in to comment