1. 22 Aug, 2023 8 commits
  2. 21 Aug, 2023 12 commits
  3. 19 Aug, 2023 1 commit
  4. 18 Aug, 2023 15 commits
  5. 17 Aug, 2023 4 commits
    • Marc Sun's avatar
      add warning for 8bit optimizers (#25575) · 4a27c13f
      Marc Sun authored
      * add warning for 8bit optimizers
      
      * protect import
      4a27c13f
    • Yih-Dar's avatar
      Skip `test_contrastive_generate` for `TFXLNet` (#25574) · 427adc89
      Yih-Dar authored
      
      
      * fix
      
      * fix
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      427adc89
    • Yoach Lacombe's avatar
      Add Text-To-Speech pipeline (#24952) · b8f69d0d
      Yoach Lacombe authored
      
      
      * add AutoModelForTextToSpeech class
      
      * add TTS pipeline and tessting
      
      * add docstrings to text_to_speech pipeline
      
      * fix torch dependency
      
      * corrector 'processor is None' case in Pipeline
      
      * correct repo id
      
      * modify text-to-speech -> text-to-audio
      
      * remove processor
      
      * rename text_to_speech pipelines files to text_audio
      
      * add textToWaveform and textToSpectrogram instead of textToAudio classes
      
      * update TTS pipeline to the bare minimum
      
      * update tests TTS pipeline
      
      * make style and erase useless import torch in TTS pipeline tests
      
      * modify how to check if generate or forward in TTS pipeline
      
      * remove unnecessary extra new lines
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
      
      * refactor input_texts -> text_inputs
      
      * correct docstrings of TTS.__call__
      
      * correct the shape of generated waveform
      
      * take care of Bark tokenizer special case
      
      * correct run_pipeline_test TTS
      
      * make style
      
      * update TTS docstrings
      
      * address Sylvain nit refactors
      
      * make style
      
      * refactor into one liners
      
      * correct squeeze
      
      * correct way to test if forward or generate
      
      * Update output audio waveform shape
      
      * make style
      
      * correct import
      
      * modify how the TTS pipeline test if a model can generate
      
      * align shape output of TTS pipeline with consistent shape
      
      ---------
      Co-authored-by: default avatarSanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com>
      b8f69d0d
    • Sourab Mangrulkar's avatar
      add util for ram efficient loading of model when using fsdp (#25107) · c4c0ceff
      Sourab Mangrulkar authored
      * add util for ram efficient loading of model when using fsdp
      
      * make fix-copies
      
      * fixes 馃槄
      
      * docs
      
      * making it further easier to use
      
      * rename the function
      
      * refactor to handle fsdp ram efficiency in `from_pretrained`
      
      * fixes
      
      * fixes
      
      * fixes
      
      * update
      
      * fixes
      
      * revert `load_pretrained_model_only_on_rank0`
      
      * resolve `load_from_checkpoint`
      c4c0ceff