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
in base model service, the actual inference may happen in _postprocess rather than in _inference, due to ndarray lazy evaluation. We should ensure, inference completes in _inference
The text was updated successfully, but these errors were encountered:
in base model service, the actual inference may happen in _postprocess rather than in _inference, due to ndarray lazy evaluation. We should ensure, inference completes in _inference
The text was updated successfully, but these errors were encountered: