1. 24 Jun, 2024 2 commits
  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. 13 Mar, 2024 1 commit
  4. 09 Feb, 2024 1 commit
  5. 16 Oct, 2023 1 commit
  6. 12 Aug, 2023 1 commit
  7. 13 Jul, 2023 1 commit
  8. 08 Jun, 2023 1 commit
  9. 20 Apr, 2023 1 commit
  10. 11 Apr, 2023 1 commit
  11. 04 Apr, 2023 1 commit
  12. 31 Mar, 2023 1 commit
  13. 23 Mar, 2023 1 commit
  14. 07 Feb, 2023 1 commit
  15. 27 Jan, 2023 2 commits
  16. 26 Jan, 2023 1 commit
  17. 25 Jan, 2023 1 commit
  18. 20 Jan, 2023 2 commits
  19. 16 Jan, 2023 1 commit
  20. 03 Jan, 2023 1 commit
  21. 15 Dec, 2022 1 commit
    • Haihao Shen's avatar
      Add examples with Intel optimizations (#1579) · c891330f
      Haihao Shen authored
      * Add examples with Intel optimizations (BF16 fine-tuning and inference)
      
      * Remove unused package
      
      * Add README for intel_opts and refine the description for research projects
      
      * Add notes of intel opts for diffusers
      c891330f