"backend/apps/vscode:/vscode.git/clone" did not exist on "d863e7e60b063936ad25b26ab1bc473f334cfcfb"
  1. 07 Nov, 2023 2 commits
  2. 06 Nov, 2023 3 commits
  3. 03 Nov, 2023 6 commits
  4. 02 Nov, 2023 1 commit
  5. 01 Nov, 2023 5 commits
  6. 31 Oct, 2023 7 commits
  7. 30 Oct, 2023 4 commits
  8. 27 Oct, 2023 2 commits
  9. 26 Oct, 2023 1 commit
    • Marc Sun's avatar
      add exllamav2 arg (#26437) · 8214d6e7
      Marc Sun authored
      * add_ xllamav2 arg
      
      * add test
      
      * style
      
      * add check
      
      * add doc
      
      * replace by use_exllama_v2
      
      * fix tests
      
      * fix doc
      
      * style
      
      * better condition
      
      * fix logic
      
      * add deprecate msg
      8214d6e7
  10. 25 Oct, 2023 3 commits
  11. 24 Oct, 2023 3 commits
    • Maria Khalusova's avatar
      [docs] Performance docs refactor p.2 (#26791) · 9333bf07
      Maria Khalusova authored
      
      
      * initial edits
      
      * improvements for clarity and flow
      
      * improvements for clarity and flow, removed the repetead section
      
      * removed two docs that had no content
      
      * Revert "removed two docs that had no content"
      
      This reverts commit e98fa2fa0d8e171163f15cb8a04bdada1053543b.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * feedback addressed
      
      * more feedback addressed
      
      * feedback addressed
      
      ---------
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      9333bf07
    • Alex McKinney's avatar
      Device agnostic testing (#25870) · 9da45171
      Alex McKinney authored
      
      
      * adds agnostic decorators and availability fns
      
      * renaming decorators and fixing imports
      
      * updating some representative example tests
      bloom, opt, and reformer for now
      
      * wip device agnostic functions
      
      * lru cache to device checking functions
      
      * adds `TRANSFORMERS_TEST_DEVICE_SPEC`
      if present, imports the target file and updates device to function
      mappings
      
      * comments `TRANSFORMERS_TEST_DEVICE_SPEC` code
      
      * extra checks on device name
      
      * `make style; make quality`
      
      * updates default functions for agnostic calls
      
      * applies suggestions from review
      
      * adds `is_torch_available` guard
      
      * Add spec file to docs, rename function dispatch names to backend_*
      
      * add backend import to docs example for spec file
      
      * change instances of  to
      
      * Move register backend to before device check as per @statelesshz changes
      
      * make style
      
      * make opt test require fp16 to run
      
      ---------
      Co-authored-by: default avatararsalanu <arsalanu@graphcore.ai>
      Co-authored-by: default avatararsalanu <hzji210@gmail.com>
      9da45171
    • Leandro von Werra's avatar
      add info on TRL docs (#27024) · b18e3140
      Leandro von Werra authored
      * add info on TRL docs
      
      * add TRL link
      
      * tweak text
      
      * tweak text
      b18e3140
  12. 23 Oct, 2023 3 commits