My function performs a set of operations on images including object detection, but when i try to deploy the function i get a error stating the build size limit has been exceeded.
I figured this is due to the size of the torch and torchvision libraries , was wondering if there is a workaroun for this or would i have to seperately host the object detection model and then call it via an api maybe?