-
Notifications
You must be signed in to change notification settings - Fork 169
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
(SD) Fix tokenizers imports in pyinstaller builds. #1828
Conversation
45be2a1
to
ec964b1
Compare
ec964b1
to
faf2e7b
Compare
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.
LGTM
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.
why does it not matter that we get rid of gcs and opencv?
These packages never actually got included in .exe, I have seen the following for the last few .exe debug sessions: see https://github.com/nod-ai/SHARK/actions/runs/6142135995/job/16663459666#step:6:1042
meaning we can remove them as they've always been skipped (at least the shark_downloader doesn't seem to need gcs. I'm not sure about opencv but hasn't posed issues yet.) |
Not sure why exe is skipping opencv, iirc, |
Thanks @PhaneeshB. We can include it by asking for |
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.
LGTM!
* Fix tokenizers metadata. * (SD) Disable VAE lowering configs (rdna3) and add versioned tunings. * Update sd_annotation.py * (SD) Add cv2 to spec. * Update stencil pipeline with the new img2img arg.
Also disables vae tuning for RDNA3.