-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cache model in the website #29
Comments
Interesting. I don't know if something changed but suddenly It does load it from cache. though, multiple times today it was stuck on loading, and just before create the issue I checked and it was load the model... I'll check later again to see if it happens again |
Regarding onnx, we need something like this example: |
I have updated the browser cache TTL to 8 days. |
I can see that it's updated. Thanks! |
The website nakdimon.org reloads the model each time I open it.
Could you implement caching for the model to avoid this?
Also, it might be more lightweight and faster to run it using onnxruntime, which has an npm package available.
The text was updated successfully, but these errors were encountered: