1. 09 Apr, 2024 8 commits
  2. 08 Apr, 2024 17 commits
  3. 05 Apr, 2024 13 commits
  4. 04 Apr, 2024 2 commits
    • Saurabh Dash's avatar
      Refactor Cohere Model (#30027) · 517a3e67
      Saurabh Dash authored
      * changes
      
      * addressing comments
      
      * smol fix
      517a3e67
    • byi8220's avatar
      [`ProcessingIdefics`] Attention mask bug with padding (#29449) · 75b76a5e
      byi8220 authored
      * Defaulted IdeficsProcessor padding to 'longest', removed manual padding
      
      * make fixup
      
      * Defaulted processor call to padding=False
      
      * Add padding to processor call in IdeficsModelIntegrationTest as well
      
      * Defaulted IdeficsProcessor padding to 'longest', removed manual padding
      
      * make fixup
      
      * Defaulted processor call to padding=False
      
      * Add padding to processor call in IdeficsModelIntegrationTest as well
      
      * redefaulted padding=longest again
      
      * fixup/doc
      75b76a5e