-
Notifications
You must be signed in to change notification settings - Fork 42
Add Tunix demo in miniGPT #269
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
base: revamp-2025
Are you sure you want to change the base?
Conversation
Unfortunately Qwix has issues with both the new sharding annotation and KV caching previously added; so I had to revert both
|
@emilyfertig do you know why the test keeps failing? The notebook runs fine on Colab and these libs are properly installed, so the errors don't make sense to me. NameError: name 'peft_trainer' is not defined |
|
@emilyfertig can you help me with the 'Unrun reference cell has outputs' errors? I'm a bit lost here. Let's take the first example: We have the |
|
I think 'Unrun reference cell has outputs' is because the "execution count" says "null," and the execution count has to be a numeric value (even 0) to resolve the error. I saw that before and it stumped me for a while... |
emilyfertig
left a comment
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.
Thank you!
|
Thanks! Finally cleared all errors |
Unfortunately Qwix has issues with both the new sharding annotation and KV caching previously added; so I had to revert both.
I also had to re-run the notebook (so that we can get Tunix output), which introduced a lot of metadata and output changes.