-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add new wrappers (llm and fedot.industrial forecasters) #23
base: main
Are you sure you want to change the base?
Conversation
Hello @Lopa10ko! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-05-22 17:25:23 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я бы структурно переместил все, относящееся к ламе - в папку лама, все, что к другим моделям - в другие. И было бы хоро в каждом файле указать, откуда это взято.
Added some wrappers for zero-shot forecasters and Fedot.Industrial
Wrappers:
Important
LagLlama doesn't provide out-of-box packet functionality: helper functions and model weights checkpoint are temporarily stored as is.
How to mention new wrappers in configs
closes #25
closes #26