
We need to replace a fairly small model within our function with a transformer model that is about 800MB in size, and we're trying to decide the best way to host it. Can we keep it bundled in our appwrite function, or should we host the model on a separate server of our own and only use the "helpers" part within the appwrite function? We're considering this because we want to be mindful of resource usage and avoid putting unnecessary strain on Appwrite servers (still on a free plan as of now, since we're still in the dev phase).
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
