"docs/vscode:/vscode.git/clone" did not exist on "0eec4cb6cccaefeb002ae4a8a4d982b5d2c8fb2e"
  1. 11 Jun, 2024 1 commit
  2. 02 Apr, 2024 1 commit
    • Bagheera's avatar
      7529 do not disable autocast for cuda devices (#7530) · 8e963d1c
      Bagheera authored
      
      
      * 7529 do not disable autocast for cuda devices
      
      * Remove typecasting error check for non-mps platforms, as a correct autocast implementation makes it a non-issue
      
      * add autocast fix to other training examples
      
      * disable native_amp for dreambooth (sdxl)
      
      * disable native_amp for pix2pix (sdxl)
      
      * remove tests from remaining files
      
      * disable native_amp on huggingface accelerator for every training example that uses it
      
      * convert more usages of autocast to nullcontext, make style fixes
      
      * make style fixes
      
      * style.
      
      * Empty-Commit
      
      ---------
      Co-authored-by: default avatarbghira <bghira@users.github.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      8e963d1c
  3. 25 Mar, 2024 1 commit
    • Sayak Paul's avatar
      [Research Projects] ORPO diffusion for alignment (#7423) · e29f16cf
      Sayak Paul authored
      
      
      * barebones orpo
      
      * remove reference model.
      
      * full implementation
      
      * change default of beta_orpo
      
      * add a training command.
      
      * fix: dataloading issues.
      
      * interpreting the formulation.
      
      * revert styling
      
      * add: wds full blown version
      
      * fix: per_gpu_batch_siz
      
      * start debuggin
      
      * debugging
      
      * remove print
      
      * fix
      
      * remove filter keys.
      
      * turn on non-blocking calls.
      
      * device_placement
      
      * let's see.
      
      * add bigger training run command
      
      * reinitialize generator for fair repro
      
      * add: detailed readme and requirements
      
      ---------
      Co-authored-by: default avatarSayak Paul <sayakpaul@Sayaks-MacBook-Pro-2.local>
      e29f16cf