1. 15 Jul, 2025 3 commits
  2. 14 Jul, 2025 1 commit
  3. 11 Jul, 2025 4 commits
  4. 10 Jul, 2025 7 commits
  5. 09 Jul, 2025 11 commits
  6. 08 Jul, 2025 5 commits
  7. 07 Jul, 2025 2 commits
  8. 04 Jul, 2025 3 commits
    • Aryan's avatar
      Fix Wan AccVideo/CausVid fuse_lora (#11856) · 425a715e
      Aryan authored
      * fix
      
      * actually, better fix
      
      * empty commit; trigger tests again
      
      * mark wanvace test as flaky
      425a715e
    • Benjamin Bossan's avatar
      FIX set_lora_device when target layers differ (#11844) · 25279175
      Benjamin Bossan authored
      
      
      * FIX set_lora_device when target layers differ
      
      Resolves #11833
      
      Fixes a bug that occurs after calling set_lora_device when multiple LoRA
      adapters are loaded that target different layers.
      
      Note: Technically, the accompanying test does not require a GPU because
      the bug is triggered even if the parameters are already on the
      corresponding device, i.e. loading on CPU and then changing the device
      to CPU is sufficient to cause the bug. However, this may be optimized
      away in the future, so I decided to test with GPU.
      
      * Update docstring to warn about device mismatch
      
      * Extend docstring with an example
      
      * Fix docstring
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      25279175
    • Sayak Paul's avatar
      [benchmarks] overhaul benchmarks (#11565) · e6639fef
      Sayak Paul authored
      
      
      * start overhauling the benchmarking suite.
      
      * fixes
      
      * fixes
      
      * checking.
      
      * checking
      
      * fixes.
      
      * error handling and logging.
      
      * add flops and params.
      
      * add more models.
      
      * utility to fire execution of all benchmarking scripts.
      
      * utility to push to the hub.
      
      * push utility improvement
      
      * seems to be working.
      
      * okay
      
      * add torchprofile dep.
      
      * remove total gpu memory
      
      * fixes
      
      * fix
      
      * need a big gpu
      
      * better
      
      * what's happening.
      
      * okay
      
      * separate requirements and make it nightly.
      
      * add db population script.
      
      * update secret name
      
      * update secret.
      
      * population db update
      
      * disable db population for now.
      
      * change to every monday
      
      * Update .github/workflows/benchmark.yml
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      
      * quality improvements.
      
      * reparate hub upload step.
      
      * repository
      
      * remove csv
      
      * check
      
      * update
      
      * update
      
      * threading.
      
      * update
      
      * update
      
      * updaye
      
      * update
      
      * update
      
      * update
      
      * remove peft dep
      
      * upgrade runner.
      
      * fix
      
      * fixes
      
      * fix merging csvs.
      
      * push dataset to the Space repo for analysis.
      
      * warm up.
      
      * add a readme
      
      * Apply suggestions from code review
      Co-authored-by: default avatarLuc Georges <McPatate@users.noreply.github.com>
      
      * address feedback
      
      * Apply suggestions from code review
      
      * disable db workflow.
      
      * update to bi weekly.
      
      * enable population
      
      * enable
      
      * updaye
      
      * update
      
      * metadata
      
      * fix
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      Co-authored-by: default avatarLuc Georges <McPatate@users.noreply.github.com>
      e6639fef
  9. 02 Jul, 2025 4 commits