|
|
|
|
|
by headlessvictim2
1601 days ago
|
|
Thanks for the reply! The freemium service provides access to machine learning models on GPU instances, served with FastAPI. Each request invokes a compute-intensive ML model, but perhaps there is something wrong with the FastAPI configuration as well? |
|
I watch the FastAPI repos a lot and tones of people do not understand how async python works and put their models with sync code in an async context.