transformers
6f5dc9c8 - Fixes DynamicCache export issues due to control flow and inplace modifications (#36652)

Commit
306 days ago
Fixes DynamicCache export issues due to control flow and inplace modifications (#36652) * Remove unnecessary masked_fill in deberta models * Enable some code when exporting but not compiling * add missing import * style * replace if by torch.cond * style * use numel * style * add unit tests * style * change empty value for dynamic cache * replace != [] by numel() * fix import issue * style
Author
Parents
Loading