1. 25 Apr, 2024 18 commits
  2. 24 Apr, 2024 19 commits
  3. 23 Apr, 2024 3 commits
    • Arthur's avatar
      [`LlamaTokenizerFast`] Refactor default llama (#28881) · e34da3ee
      Arthur authored
      * push legacy to fast as well
      
      * super strange
      
      * Update src/transformers/convert_slow_tokenizer.py
      
      * make sure we are BC
      
      * fix Llama test
      
      * nit
      
      * revert
      
      * more test
      
      * style
      
      * update
      
      * small update w.r.t tokenizers
      
      * nit
      
      * don't split
      
      * lol
      
      * add a test for `add_prefix_space=False`
      
      * fix gemma tokenizer as well
      
      * update
      
      * fix gemma
      
      * nicer failures
      
      * fixup
      
      * update
      
      * fix the example for legacy = False
      
      * use `huggyllama/llama-7b` for the PR doctest
      
      * nit
      
      * use from_slow
      
      * fix llama
      e34da3ee
    • Jiewen Tan's avatar
      Fix use_cache for xla fsdp (#30353) · 12c39e56
      Jiewen Tan authored
      * Fix use_cache for xla fsdp
      
      * Fix linters
      12c39e56
    • Steven Basart's avatar
      Rename torch.run to torchrun (#30405) · b8b1e442
      Steven Basart authored
      torch.run does not exist anywhere as far as I can tell.
      b8b1e442