-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to pre-load localattention extension? #21
Comments
I also face the same problem, I tried to apply #8. It is not working for me. Can you help on how to generate 'localattention' ? |
Hi, actually it works well but a little bit slow for me. Could you give more details about your issue? |
@SibylGao can you provide me solution about how you handeled it. |
Hi, thanks for sharing your awesome work! But I found that 'localattention' is loaded while importing ops, which makes it quite slow to run the model. So is there any way to preload this module, like, load it in
setup.py
files?The text was updated successfully, but these errors were encountered: