1. 22 Oct, 2025 2 commits
    • Sayak Paul's avatar
      [core] `AutoencoderMixin` to abstract common methods (#12473) · a5a0ccf8
      Sayak Paul authored
      * up
      
      * correct wording.
      
      * up
      
      * up
      
      * up
      a5a0ccf8
    • David Bertoin's avatar
      Prx (#12525) · dd07b19e
      David Bertoin authored
      * rename photon to prx
      
      * rename photon into prx
      
      * Revert .gitignore to state before commit b7fb0fe9d63bf766bbe3c42ac154a043796dd370
      
      * rename photon to prx
      
      * rename photon into prx
      
      * Revert .gitignore to state before commit b7fb0fe9d63bf766bbe3c42ac154a043796dd370
      
      * make fix-copies
      dd07b19e
  2. 21 Oct, 2025 5 commits
  3. 20 Oct, 2025 2 commits
  4. 18 Oct, 2025 1 commit
  5. 17 Oct, 2025 3 commits
  6. 16 Oct, 2025 2 commits
  7. 15 Oct, 2025 4 commits
  8. 14 Oct, 2025 2 commits
  9. 13 Oct, 2025 1 commit
  10. 11 Oct, 2025 1 commit
  11. 10 Oct, 2025 1 commit
  12. 09 Oct, 2025 1 commit
  13. 08 Oct, 2025 4 commits
  14. 07 Oct, 2025 2 commits
    • Linoy Tsaban's avatar
      [Qwen LoRA training] fix bug when offloading (#12440) · 1066de8c
      Linoy Tsaban authored
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      
      * fix bug when offload and cache_latents both enabled
      1066de8c
    • Sayak Paul's avatar
  15. 06 Oct, 2025 4 commits
  16. 05 Oct, 2025 2 commits
  17. 03 Oct, 2025 1 commit
  18. 02 Oct, 2025 2 commits
    • Benjamin Bossan's avatar
      FIX Test to ignore warning for enable_lora_hotswap (#12421) · 7242b5ff
      Benjamin Bossan authored
      I noticed that the test should be for the option check_compiled="ignore"
      but it was using check_compiled="warn". This has been fixed, now the
      correct argument is passed.
      
      However, the fact that the test passed means that it was incorrect to
      begin with. The way that logs are collected does not collect the
      logger.warning call here (not sure why). To amend this, I'm now using
      assertNoLogs. With this change, the test correctly fails when the wrong
      argument is passed.
      7242b5ff
    • Sayak Paul's avatar
      [core] conditionally import torch distributed stuff. (#12420) · b4297967
      Sayak Paul authored
      conditionally import torch distributed stuff.
      b4297967