time-series-foundation-models / lag-llama

Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
Apache License 2.0
1.09k stars 121 forks source link

Error. unfortunately the demo colab does not work #23

Closed m6129 closed 3 months ago

m6129 commented 3 months ago

image

shahrokhvahabi commented 3 months ago

image

You should go to the lag-llama folder before you call LagLlamaEstimator. For instance, cd /content/lag-llama.

m6129 commented 3 months ago

image

You should go to the lag-llama folder before you call LagLlamaEstimator. For instance, cd /content/lag-llama.

Thank you for your response. However, changing the directory to the lag-llama folder before calling LagLlamaEstimator does not seem to resolve the issue. The problem might be related to recent changes in the repository (around March 2nd or 3rd, or even earlier).

Regardless, the demo Colab notebook should work without any issues. The error "No module named 'lightning'" appears on any machine, not just in Colab.

I would greatly appreciate if you could provide further guidance on how to properly set up the environment and resolve this error. Please let me know if there are any additional steps I should take or if you have any other suggestions.

Thank you for your time and assistance in this matter.

ashok-arjun commented 3 months ago

Sorry, this is related to recent changes in the repository and we are fixing it right now.

ashok-arjun commented 3 months ago

Hi @m6129 we have fixed the issue and the colab should work fine now.

Please check it and let us know.

m6129 commented 3 months ago

Hi @m6129 we have fixed the issue and the colab should work fine now.

Please check it and let us know. Thank You. Now Colab works correctly.