"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "a6ee7415d81c9ee24746950d9b89fe3e0bcec6c2"
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