KimMeen / Time-LLM

[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"
https://arxiv.org/abs/2310.01728
Apache License 2.0
1.46k stars 252 forks source link

Keep Getting an error : accelerate : command not found. #149

Open rtali-ia opened 1 month ago

rtali-ia commented 1 month ago

Hi there,

I have installed all required python packages listed in requirements.txt. I have downloaded and placed all the datasets under /dataset. When I run the bash script it says

accelerate: command not found

Not sure what is the issue here. Please help.

rtali-ia commented 1 month ago

I tried importing accelerate and it works

from accelerate import Accelerator