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
test: use max_batch_size=2 for test_free_generation
Parameterize _make_engine_config with max_batch_size (default=1) so that
test_free_generation can create its own pipeline with max_batch_size=2,
while all other tests continue using the shared pipe fixture with
max_batch_size=1.
0 commit comments