"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "ae9a344cce52ff244f721425f660b55ebc522b88"
Fixing support `batch_size` and `num_return_Sequences` in `text-generation` pipeline (#15318)
* Fixing support `batch_size` and `num_return_Sequences` in `text-generation` pipeline And `text2text-generation` too. The bug was caused by the batch_size containing both the incoming batch **and** the generated `num_sequences`. The fix simply consists into splitting both of these again into different dimensions. * TF support. * Odd backward compatibility script in the way.
Showing
Please register or sign in to comment