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.02k stars 179 forks source link

Can it support other llm? #107

Closed YinzhenWang closed 3 weeks ago

YinzhenWang commented 1 month ago

Thank you for bring such wonderful work. I have not read the code carefully now and I just want to know could it support other latest llm like llama3 or qwen2 for better performance? ( like just modify the code at from_pretrained)

zhangmaosen commented 3 weeks ago

I have modify llm to qwen2, it can work

kwuking commented 3 weeks ago

I have modify llm to qwen2, it can work

Thanks for your support and reply.