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
Currently the ModalBatchClient works by bootstrapping a list of requests, then sending it to Modal like a regular BatchClient
This is simple for predicts but it could be more. Theoretically modal batch client could just pull ANY precompiled program from hub and just use dspy.Parallel to run it.