You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a frontend with React that can serve sentence bert directly in browser, but no idea why even i add the line env.allowLocalModels = false
before pipeline loading the model. In the production environment, it's still trying to access model locally /models/..., but which will never exists in this usecase.
Is there any way i can bypass this check and directly pull the model from remote?