1. 21 Mar, 2024 5 commits
    • th茅o gigant's avatar
      fix issue with logit processor during beam search in Flax (#29636) · fd734be1
      th茅o gigant authored
      fix issue with logit processor in beam search in Flax
      fd734be1
    • Matthias Dittrich's avatar
      Allow `-OO` mode for `docstring_decorator` (#29689) · 691c3d73
      Matthias Dittrich authored
      Fixes
      ```
        File "/nix/store/rv8xdwghdad9jv2w86b8g08kan9l6ksm-python3.11-transformers-4.38.2/lib/python3.11/site-packages/transformers/models/auto/configuration_auto.py", line 987, in <module>
          class AutoConfig:
        File "/nix/store/rv8xdwghdad9jv2w86b8g08kan9l6ksm-python3.11-transformers-4.38.2/lib/python3.11/site-packages/transformers/models/auto/configuration_auto.py", line 1011, in AutoConfig
          @replace_list_option_in_docstrings()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/nix/store/rv8xdwghdad9jv2w86b8g08kan9l6ksm-python3.11-transformers-4.38.2/lib/python3.11/site-packages/transformers/models/auto/configuration_auto.py", line 966, in docstring_decorator
          lines = docstrings.split("\n")
                  ^^^^^^^^^^^^^^^^
      AttributeError: 'NoneType' object has no attribute 'split'
      ```
      691c3d73
    • Rahul Vinod Vishwakarma's avatar
      OWL-ViT box_predictor inefficiency issue (#29712) · 9556054f
      Rahul Vinod Vishwakarma authored
      
      
      * Calculating box_bias at the start once, then reusing it at inference
      
      * Updating the compute_box_bias function for backwards compatibility
      
      * Caching compute_box_bias function
      
      * Bux fix
      
      * Update owlv2 accordingly to ensure repo consistency
      
      * Co-authored by: nvbinh15 <binh.pdc01@gmail.com>
      
      * Fixup changes
      
      * Made copied code consistent
      
      * Co-authored by: nvbinh15 <binh.pdc01@gmail.com>
      
      ---------
      
      Co-authored-by: Nguyen Van Binh <>
      Co-authored-by: default avatarNguyen Van Binh <binh.pdc01@gmail.com>
      9556054f
    • Ash Kuroki's avatar
      Fixed typo in quantization_config.py (#29766) · 0639034a
      Ash Kuroki authored
      Update quantization_config.py
      
      Fixed typo for clarity and correctness.
      
      previous: input time
      current: input type
      // changed time to type to fix the typo
      0639034a
    • Michael's avatar
      [docs] Remove redundant `-` and `the` from custom_tools.md (#29767) · 5d1a58a6
      Michael authored
      [docs] Remove redundant  and  from custom_tools.md
      5d1a58a6
  2. 20 Mar, 2024 16 commits
  3. 19 Mar, 2024 9 commits
  4. 18 Mar, 2024 5 commits
  5. 15 Mar, 2024 5 commits