1. 21 Mar, 2025 3 commits
  2. 20 Mar, 2025 1 commit
  3. 19 Mar, 2025 1 commit
  4. 18 Mar, 2025 1 commit
  5. 15 Mar, 2025 2 commits
  6. 14 Mar, 2025 1 commit
  7. 13 Mar, 2025 1 commit
  8. 12 Mar, 2025 2 commits
  9. 10 Mar, 2025 6 commits
  10. 07 Mar, 2025 2 commits
  11. 06 Mar, 2025 1 commit
  12. 05 Mar, 2025 1 commit
  13. 04 Mar, 2025 3 commits
  14. 03 Mar, 2025 2 commits
  15. 02 Mar, 2025 4 commits
  16. 27 Feb, 2025 1 commit
  17. 26 Feb, 2025 2 commits
  18. 25 Feb, 2025 1 commit
  19. 24 Feb, 2025 1 commit
  20. 22 Feb, 2025 1 commit
    • Daniel Regado's avatar
      Comprehensive type checking for `from_pretrained` kwargs (#10758) · 9c7e2051
      Daniel Regado authored
      
      
      * More robust from_pretrained init_kwargs type checking
      
      * Corrected for Python 3.10
      
      * Type checks subclasses and fixed type warnings
      
      * More type corrections and skip tokenizer type checking
      
      * make style && make quality
      
      * Updated docs and types for Lumina pipelines
      
      * Fixed check for empty signature
      
      * changed location of helper functions
      
      * make style
      
      ---------
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      9c7e2051
  21. 21 Feb, 2025 2 commits
  22. 20 Feb, 2025 1 commit
    • Sayak Paul's avatar
      [tests] test `encode_prompt()` in isolation (#10438) · b2ca39c8
      Sayak Paul authored
      * poc encode_prompt() tests
      
      * fix
      
      * updates.
      
      * fixes
      
      * fixes
      
      * updates
      
      * updates
      
      * updates
      
      * revert
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * remove SDXLOptionalComponentsTesterMixin.
      
      * remove tests that directly leveraged encode_prompt() in some way or the other.
      
      * fix imports.
      
      * remove _save_load
      
      * fixes
      
      * fixes
      
      * fixes
      
      * fixes
      b2ca39c8