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
Looking into this, I see that things are not so great. Namely unlike backend.run doing this will require having the runtime as a dependency if passing a backend instance is still supported (which it should be).
Rather than passing a backend and a Batch or Session, I am leaning towards just allowing a Batch or Session to be passed in place of the current backend object and we can just add a Sampler job to the given container, if any, or do normal "job" mode if a backend is passed. I think I will return the job instance in all cases for reference.
backend.run()
is being removed in favor of theSampler
interface. We will therefore need to move to thatThe text was updated successfully, but these errors were encountered: