1. 27 Oct, 2023 4 commits
    • Lucain's avatar
      66b088fa
    • 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
    • Arthur's avatar
      [`T5Tokenizer`] Fix fast and extra tokens (#27085) · aa4198a2
      Arthur authored
      * v4.35.dev.0
      
      * nit t5fast match t5 slow
      aa4198a2
  2. 26 Oct, 2023 13 commits
  3. 25 Oct, 2023 8 commits
  4. 24 Oct, 2023 14 commits
  5. 23 Oct, 2023 1 commit