-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Method for Faster Inference #614
Comments
@fakerybakery, can you help me understand the main point of making this other repo faster? |
Hi @jhowilbur
The commit messages say they made it faster by not moving the models between CPU and GPU. Hope this helps! |
Hi @manmay-nakhashi, has this been resolved? |
Yes we don't do offloading to cpu in api_fast.py |
The api_fast.py can't work on MPS (#658) since the fast API requires autocast and autocast isn't yet supported on MPS.
Does this mean support for the regular API is not planned @manmay-nakhashi? |
Hi, might it be possible to merge this repository upstream? It's slightly faster than the original version. Thanks!
The text was updated successfully, but these errors were encountered: