-
Notifications
You must be signed in to change notification settings - Fork 47
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
Model/Optimizer Setup functions need moving and typehints #225
Comments
hey @Maxusmusti I am new to instructlab and wanted to take up this issue. Are there changes that still need to be made? |
hey @Maxusmusti @ktam3 I am new to instructlab I have raised a PR for this issue. Please let me know if there are any changes from my end. I have ran the tests with all of them passing. |
I've linked your PR to this issue, I'll wait for @Maxusmusti @RobotSail @JamesKunstle for their review here though. Thank you! |
Hi @malinjawi thanks for taking this on! I'll take a look and review once I'm back online 👍🏼 |
Hey @Maxusmusti! Thanks for the opportunity to contribute. Please let me know if there are any comments I need to address |
Hey @Maxusmusti @RobotSail @JamesKunstle please if you can review my PR. I am open to solving any feedback with immediate effect. |
Hi @malinjawi in case you didn't see, some feedback was left last week, please take a look when you get a chance! The PR also requires a rebase |
Currently in main_ds.py (which should be main.py now) there are some functions specific to model and optimizer setup that would be nice to move into a separate file. When doing this, we should also go through and make sure typehints are consistent throughout this new file, and the repo generally.
The text was updated successfully, but these errors were encountered: