1. 15 Nov, 2024 2 commits
  2. 13 Nov, 2024 4 commits
  3. 11 Nov, 2024 3 commits
  4. 10 Nov, 2024 2 commits
  5. 09 Nov, 2024 1 commit
  6. 08 Nov, 2024 1 commit
  7. 07 Nov, 2024 2 commits
  8. 05 Nov, 2024 12 commits
  9. 04 Nov, 2024 9 commits
  10. 01 Nov, 2024 4 commits
    • Karthik Vallamsetla's avatar
      [i18n-HI] Translated accelerate page to Hindi (#34443) · 33868a05
      Karthik Vallamsetla authored
      
      * [i18n-HI] Translated accelerate page to Hindi
      
      * Update docs/source/hi/accelerate.md
      
      Co-authored-by: default avatarK.B.Dharun Krishna <kbdharunkrishna@gmail.com>
      
      * Update docs/source/hi/accelerate.md
      
      Co-authored-by: default avatarK.B.Dharun Krishna <kbdharunkrishna@gmail.com>
      
      * Update docs/source/hi/accelerate.md
      
      Co-authored-by: default avatarK.B.Dharun Krishna <kbdharunkrishna@gmail.com>
      
      * Update docs/source/hi/accelerate.md
      
      Co-authored-by: default avatarK.B.Dharun Krishna <kbdharunkrishna@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarKay <kay@Kays-MacBook-Pro.local>
      Co-authored-by: default avatarK.B.Dharun Krishna <kbdharunkrishna@gmail.com>
      33868a05
    • Cyril Vallez's avatar
      Large modular logic refactoring (#34487) · e2ac16b2
      Cyril Vallez authored
      * rework converter
      
      * Update modular_model_converter.py
      
      * Update modular_model_converter.py
      
      * Update modular_model_converter.py
      
      * Update modular_model_converter.py
      
      * cleaning
      
      * cleaning
      
      * finalize imports
      
      * imports
      
      * Update modular_model_converter.py
      
      * Better renaming to avoid visiting same file multiple times
      
      * start converting files
      
      * style
      
      * address most comments
      
      * style
      
      * remove unused stuff in get_needed_imports
      
      * style
      
      * move class dependency functions outside class
      
      * Move main functions outside class
      
      * style
      
      * Update modular_model_converter.py
      
      * rename func
      
      * add augmented dependencies
      
      * Update modular_model_converter.py
      
      * Add types_to_file_type + tweak annotation handling
      
      * Allow assignment dependency mapping + fix regex
      
      * style + update modular examples
      
      * fix modular_roberta example (wrong redefinition of __init__)
      
      * slightly correct order in which dependencies will appear
      
      * style
      
      * review comments
      
      * Performance + better handling of dependencies when they are imported
      
      * style
      
      * Add advanced new classes capabilities
      
      * style
      
      * add forgotten check
      
      * Update modeling_llava_next_video.py
      
      * Add prority list ordering in check_conversion as well
      
      * Update check_modular_conversion.py
      
      * Update configuration_gemma.py
      e2ac16b2
    • Pablo Montalvo's avatar
      :red_circle: :red_circle: fix `query_pre_attn_scalar` different of... · 86701f2b
      Pablo Montalvo authored
      :red_circle: :red_circle:  fix `query_pre_attn_scalar` different of `num_heads` in default gemma2 config (#34540)
      
      * fix query_pre_attn_scalar different of num_heads in default config
      
      * propagate modular changes
      
      * fix copies
      
      * fix modular copies
      
      * fix copies?
      
      * correct copies fix
      86701f2b
    • Raushan Turganbay's avatar
      BLIP: enable generation tests (#34174) · 4cc0813e
      Raushan Turganbay authored
      * blip2 tests
      
      * instructblips
      
      * copies
      
      * fix slow tests
      
      * fix
      
      * uncomment this
      
      * clean up after rebase
      
      * should be model main input
      
      * fix overwritten tests
      
      * oops len should be multiple of frame number
      
      * style
      
      * fix some tests
      4cc0813e