"tests/vscode:/vscode.git/clone" did not exist on "5269718cb7814621ce473ae7fe9062d8704d2b72"
  1. 06 Aug, 2024 2 commits
    • Pavel Iakubovskii's avatar
      Update kwargs validation for `preprocess` with decorator (#32024) · fb66ef81
      Pavel Iakubovskii authored
      * BLIP preprocess
      
      * BIT preprocess
      
      * BRIDGETOWER preprocess
      
      * CHAMELEON preprocess
      
      * CHINESE_CLIP preprocess
      
      * CONVNEXT preprocess
      
      * DEIT preprocess
      
      * DONUT preprocess
      
      * DPT preprocess
      
      * FLAVA preprocess
      
      * EFFICIENTNET preprocess
      
      * FUYU preprocess
      
      * GLPN preprocess
      
      * IMAGEGPT preprocess
      
      * INTRUCTBLIPVIDEO preprocess
      
      * VIVIT preprocess
      
      * ZOEDEPTH preprocess
      
      * VITMATTE preprocess
      
      * VIT preprocess
      
      * VILT preprocess
      
      * VIDEOMAE preprocess
      
      * VIDEOLLAVA
      
      * TVP processing
      
      * TVP fixup
      
      * SWIN2SR preprocess
      
      * SIGLIP preprocess
      
      * SAM preprocess
      
      * RT-DETR preprocess
      
      * PVT preprocess
      
      * POOLFORMER preprocess
      
      * PERCEIVER preprocess
      
      * OWLVIT preprocess
      
      * OWLV2 preprocess
      
      * NOUGAT preprocess
      
      * MOBILEVIT preprocess
      
      * MOBILENETV2 preprocess
      
      * MOBILENETV1 preprocess
      
      * LEVIT preprocess
      
      * LAYOUTLMV2 preprocess
      
      * LAYOUTLMV3 preprocess
      
      * Add test
      
      * Update tests
      fb66ef81
    • Fanli Lin's avatar
      add the missing flash attention test marker (#32419) · e85d8639
      Fanli Lin authored
      * add flash attention check
      
      * fix
      
      * fix
      
      * add the missing marker
      
      * bug fix
      
      * add one more
      
      * remove order
      
      * add one more
      e85d8639
  2. 05 Aug, 2024 6 commits
  3. 02 Aug, 2024 1 commit
  4. 01 Aug, 2024 7 commits
  5. 31 Jul, 2024 4 commits
  6. 30 Jul, 2024 1 commit
    • Joshua Lochner's avatar
      Fix slow GemmaTokenizer and improve SPM slow -> fast conversion process (#32191) · 6e2d04e4
      Joshua Lochner authored
      * Remove user-defined tokens which can be obtained through merges
      
      * Remove debug line
      
      * formatting
      
      * Refactor spm slow -> fast converter
      
      * revert unnecessary refactor
      
      * set comprehension
      
      * remove test files
      
      * Use `vocab_scores`
      
      * Always replace spiece underline with space in decode
      
      * we no longer need token filtering
      
      * Add save fast load slow unit test
      
      * Remove tokenizers version check
      
      * Remove duplicate code
      
      * Make `<start_of_turn>` and `<end_of_turn>` special tokens
      
      * Bias merge priority with length if score is the same
      
      * Add unit test for merge priority
      
      * CI
      6e2d04e4
  7. 29 Jul, 2024 5 commits
  8. 26 Jul, 2024 5 commits
  9. 25 Jul, 2024 3 commits
  10. 24 Jul, 2024 5 commits
  11. 23 Jul, 2024 1 commit
    • Sai-Suraj-27's avatar
      Updated `ruff` to the latest version (#31926) · d2c687b3
      Sai-Suraj-27 authored
      * Updated ruff version and fixed the required code accorindg to the latest version.
      
      * Updated ruff version and fixed the required code accorindg to the latest version.
      
      * Added noqa directive to ignore 1 error shown by ruff
      d2c687b3