1. 07 Nov, 2023 1 commit
  2. 06 Nov, 2023 2 commits
  3. 03 Nov, 2023 3 commits
  4. 02 Nov, 2023 6 commits
  5. 01 Nov, 2023 7 commits
  6. 31 Oct, 2023 7 commits
  7. 30 Oct, 2023 6 commits
  8. 27 Oct, 2023 3 commits
    • Patrick von Platen's avatar
      [Attention Mask] Refactor all encoder-decoder attention mask (#27086) · ac589375
      Patrick von Platen authored
      
      
      * [FA2 Bart] Add FA2 to all Bart-like
      
      * better
      
      * Refactor attention mask
      
      * remove all customized atteniton logic
      
      * format
      
      * mass rename
      
      * replace _expand_mask
      
      * replace _expand_mask
      
      * mass rename
      
      * add pt files
      
      * mass replace & rename
      
      * mass replace & rename
      
      * mass replace & rename
      
      * mass replace & rename
      
      * Update src/transformers/models/idefics/modeling_idefics.py
      
      * fix more
      
      * clean more
      
      * fix more
      
      * make style
      
      * fix again
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      
      * small fix mistral
      
      * finish
      
      * finish
      
      * finish
      
      * finish
      
      ---------
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      ac589375
    • Isaac Chung's avatar
      Add early stopping for Bark generation via logits processor (#26675) · e2bffcfa
      Isaac Chung authored
      * add early stopping logits processor
      
      * black formmated
      
      * indent
      
      * follow method signature
      
      * actual logic
      
      * check for None
      
      * address comments on docstrings and method signature
      
      * add unit test under `LogitsProcessorTest` wip
      
      * unit test passing
      
      * black formatted
      
      * condition per sample
      
      * add to BarkModelIntegrationTests
      
      * wip BarkSemanticModelTest
      
      * rename and add to kwargs handling
      
      * not add to BarkSemanticModelTest
      
      * correct logic and assert last outputs tokens different in test
      
      * doc-builder style
      
      * read from kwargs as well
      
      * assert len of with less than that of without
      
      * ruff
      
      * add back seed and test case
      
      * add original impl default suggestion
      
      * doc-builder
      
      * rename and use softmax
      
      * switch back to LogitsProcessor and update docs wording
      
      * camelCase and spelling and saving compute
      
      * assert strictly less than
      
      * assert less than
      
      * expand test_generate_semantic_early_stop instead
      e2bffcfa
    • Arthur's avatar
      Revert "add exllamav2 arg" (#27102) · 90ee9cea
      Arthur authored
      Revert "add exllamav2 arg (#26437)"
      
      This reverts commit 8214d6e7.
      90ee9cea
  9. 26 Oct, 2023 3 commits
    • Zach Mueller's avatar
      Save TB logs as part of push_to_hub (#27022) · 34a64064
      Zach Mueller authored
      * Support runs/
      
      * Upload runs folder as part of push to hub
      
      * Add a test
      
      * Add to test deps
      
      * Update with proposed solution from Slack
      
      * Ensure that repo gets deleted in tests
      34a64064
    • Marc Sun's avatar
      add exllamav2 arg (#26437) · 8214d6e7
      Marc Sun authored
      * add_ xllamav2 arg
      
      * add test
      
      * style
      
      * add check
      
      * add doc
      
      * replace by use_exllama_v2
      
      * fix tests
      
      * fix doc
      
      * style
      
      * better condition
      
      * fix logic
      
      * add deprecate msg
      8214d6e7
    • Arthur's avatar
      Add-support for commit description (#26704) · 4864d08d
      Arthur authored
      * fix
      
      * update
      
      * revert
      
      * add dosctring
      
      * good to go
      
      * update
      
      * add a test
      4864d08d
  10. 25 Oct, 2023 2 commits