"vscode:/vscode.git/clone" did not exist on "c82f51c0f784d8a43ebcb9cdefbf94e3f3b9c6c3"
ml: Allow models to constrain inputs to a single batch
Models may require that a set of inputs all be processed as part of the same batch. For example, if an image has multiple patches with fully connected attention between them, we should not split the batch in the middle of an image. Fixes #9697
Showing
Please register or sign in to comment