1. 13 Feb, 2025 11 commits
  2. 12 Feb, 2025 20 commits
  3. 11 Feb, 2025 9 commits
    • Fanli Lin's avatar
      [docs] update awq doc (#36079) · 11afab19
      Fanli Lin authored
      
      * update awq doc
      
      * Update docs/source/en/quantization/awq.md
      
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update docs/source/en/quantization/awq.md
      
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update docs/source/en/quantization/awq.md
      
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * Update docs/source/en/quantization/awq.md
      
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * add note for inference
      
      ---------
      
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      11afab19
    • Fanli Lin's avatar
      [docs] minor doc fix (#36127) · 9b69986e
      Fanli Lin authored
      fix
      9b69986e
    • Sambhav Dixit's avatar
      Make `output_dir` Optional in `TrainingArguments` #27866 (#35735) · 1b57de8d
      Sambhav Dixit authored
      
      * make output_dir optional
      
      * inintaied a basic testing module to validate and verify the changes
      
      * Test output_dir default to 'tmp_trainer' when  unspecified.
      
      * test existing functionality of output_dir.
      
      * test that output dir only created when needed
      
      * final check
      
      * added doc string and changed the tmp_trainer to trainer_output
      
      * amke style fixes to test file.
      
      * another round of fixup
      
      ---------
      
      Co-authored-by: default avatarsambhavnoobcoder <indosambahv@gmail.com>
      1b57de8d
    • Arthur's avatar
      update tiktoken integ to use converted (#36135) · 03534a92
      Arthur authored
      03534a92
    • Pablo Montalvo's avatar
      Fix CI issues (#35662) · 3a5c328f
      Pablo Montalvo authored
      * make explicit gpu dep
      
      * [run-slow] bamba
      3a5c328f
    • Hicham Tala's avatar
      Fix max size deprecated warning (#34998) · 775252ab
      Hicham Tala authored
      * Remove unused `max_size` variable in processor which was always `None` and triggered unnecessary deprecated warning
      
      * Remove unused `max_size` variable in processor which was always `None` and triggered unnecessary deprecated warning
      
      * Remove deprecated warnings and eliminate `max_size` usage
      
      * Test use `int` as argument for `size`
      Add a test to ensure test can pass successfully and backward compatibility
      
      * The test pipelines still use `max_size`
      Remove `max_size` from test pipelines and replace by `size` by a `Dict` with `'shortest_edge'` `'longest_edge'` as keys
      
      * Reformatting
      
      * Reformatting
      
      * Revert "Reformatting"
      
      This reverts commit c3040acee75440357cffd1f60c9d29ff5b2744b8.
      
      * Revert "Reformatting"
      
      This reverts commit ac4522e5c9a02d2d0c298295026db68ea26453df.
      
      * Revert "The test pipelines still use `max_size`"
      
      This reverts commit eaed96f041ffc32459536e1524d87f7a12ddee29.
      
      * Revert "Test use `int` as argument for `size`"
      
      This reverts commit 1925ee38c7c5eabb11832316712df1d4ba8043d0.
      
      * Revert "Remove deprecated warnings and eliminate `max_size` usage"
      
      This reverts commit d8e7e6ff9025931468fc1f3827cda1fa391003d5.
      
      * Change version `4.26` to "a future version"
      
      * Reformatting
      
      * Revert "Change version `4.26` to "a future version""
      
      This reverts commit 2b53f9e4
      775252ab
    • 湛露先生's avatar
      5489fea5
    • Maxim Evtush's avatar
      fix: typos in documentation files (#36122) · 76048be4
      Maxim Evtush authored
      * Update tools.py
      
      * Update text_generation.py
      
      * Update question_answering.py
      76048be4
    • Pavel Iakubovskii's avatar
      Add common test for `torch.export` and fix some vision models (#35124) · f42d46cc
      Pavel Iakubovskii authored
      * Add is_torch_greater_or_equal test decorator
      
      * Add common test for torch.export
      
      * Fix bit
      
      * Fix focalnet
      
      * Fix imagegpt
      
      * Fix seggpt
      
      * Fix swin2sr
      
      * Enable torch.export test for vision models
      
      * Enable test for video models
      
      * Remove json
      
      * Enable for hiera
      
      * Enable for ijepa
      
      * Fix detr
      
      * Fic conditional_detr
      
      * Fix maskformer
      
      * Enable test maskformer
      
      * Fix test for deformable detr
      
      * Fix custom kernels for export in rt-detr and deformable-detr
      
      * Enable test for all DPT
      
      * Remove custom test for deformable detr
      
      * Simplify test to use only kwargs for export
      
      * Add comment
      
      * Move compile_compatible_method_lru_cache to utils
      
      * Fix beit export
      
      * Fix deformable detr
      
      * Fix copies data2vec<->beit
      
      * Fix typos, update test to work with dict
      
      * Add seed to the test
      
      * Enable test for vit_mae
      
      * Fix beit tests
      
      * [run-slow] beit, bit, conditional_detr, data2vec, deformable_detr, detr, focalnet, imagegpt, maskformer, rt_detr, seggpt, swin2sr
      
      * Add vitpose test
      
      * Add textnet test
      
      * Add dinov2 with registers
      
      * Update tests/test_modeling_common.py
      
      * Switch to torch.testing.assert_close
      
      * Fix masformer
      
      * Remove save-load from test
      
      * Add dab_detr
      
      * Add depth_pro
      
      * Fix and test RT-DETRv2
      
      * Fix dab_detr
      f42d46cc