Bug: TypeError: _group_beam_search() missing 1 required positional argument: 'synced_gpus'

#2
by hyunjjoe - opened

There's a bug in the current implementation of the group-beam-search, where the internal _group_beam_searach() function from GenerationMixin.generate() isn't able to take in 'synced_gpus' argument.

Same thing. The demo in the Model Card does not run (Transformers==4.57.1)

Sign up or log in to comment