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
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...
- Stuck on project restoration after inact...
Hey there! My project was paused due to inactivity today. I tried to restore it, but it's completely stuck on the restoration process. Could someone please tak...