• Arthur's avatar
    prepare for "__floordiv__ is deprecated and its behavior will change in a... · 44e3e3fb
    Arthur authored
    prepare for "__floordiv__ is deprecated  and its behavior will change in a future version of pytorch" (#20211)
    
    * rounding_mode = "floor"  instead of // to prevent behavioral change
    
    * add other TODO
    
    * use `torch_int_div` from pytrch_utils
    
    * same for tests
    
    * fix copies
    
    * style
    
    * use relative imports when needed
    
    * Co-authored-by: sgugger <sylvain.gugger@gmail.com>
    44e3e3fb
test_modeling_wav2vec2.py 73.5 KB