1. 02 Feb, 2025 1 commit
    • Russell Bryant's avatar
      [Core] Silence unnecessary deprecation warnings (#12620) · e497f334
      Russell Bryant authored
      
      
      I noticed during testing that I was getting a lot of these deprecation
      warnings about `local_lora_path`:
      
      ```
      DeprecationWarning: The 'lora_local_path' attribute is deprecated
           and will be removed in a future version.
           Please use 'lora_path' instead.
      ```
      
      The check used for emitting this warning was always True, even when the
      parameter was not actually specified. It will always be in
      `__struct_fields__`. We should be checking for a non-None value,
      instead.
      Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
      Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
      e497f334
  2. 20 Sep, 2024 1 commit
  3. 06 Sep, 2024 1 commit
  4. 19 Aug, 2024 1 commit
  5. 22 Jul, 2024 1 commit
  6. 09 Jul, 2024 1 commit
  7. 18 May, 2024 1 commit
  8. 23 Jan, 2024 1 commit