"server/text_generation_server/models/flash_starcoder2.py" did not exist on "44b267ab22d097c2c9a0165857813faaaf4cd53d"
  1. 30 Aug, 2023 1 commit
  2. 25 Aug, 2023 2 commits
  3. 23 Aug, 2023 1 commit
  4. 18 Aug, 2023 3 commits
  5. 04 Aug, 2023 1 commit
  6. 21 Jun, 2023 1 commit
  7. 18 May, 2023 1 commit
  8. 24 Feb, 2023 2 commits
  9. 21 Feb, 2023 1 commit
  10. 11 Jan, 2023 2 commits
  11. 11 Nov, 2022 1 commit
    • toni057's avatar
      Adding FLOPs and size to model metadata (#6936) · deba0562
      toni057 authored
      
      
      * Adding FLOPs and size to model metadata
      
      * Adding weight size to quantization models
      
      * Small refactor of rich metadata
      
      * Removing unused code
      
      * Fixing wrong entries
      
      * Adding .DS_Store to gitignore
      
      * Renaming _flops to _ops
      
      * Adding number of operations to quantization models
      
      * Reflecting _flops change to _ops
      
      * Renamed ops and weight size in individual model doc pages
      
      * Linter fixes
      
      * Rounding ops to first decimal
      
      * Rounding num ops and sizes to 3 decimals
      
      * Change naming of columns.
      
      * Update tables
      Co-authored-by: default avatarToni Blaslov <tblaslov@fb.com>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      deba0562
  12. 26 Jul, 2022 1 commit
  13. 14 Jun, 2022 1 commit
  14. 06 Jun, 2022 1 commit
  15. 19 May, 2022 1 commit
  16. 18 May, 2022 3 commits
  17. 17 May, 2022 1 commit
  18. 16 May, 2022 1 commit
  19. 13 May, 2022 1 commit
  20. 12 May, 2022 2 commits
  21. 11 May, 2022 1 commit
  22. 10 May, 2022 1 commit
  23. 05 May, 2022 1 commit
  24. 04 May, 2022 1 commit
  25. 28 Apr, 2022 1 commit
  26. 27 Apr, 2022 2 commits
  27. 26 Apr, 2022 1 commit
  28. 25 Apr, 2022 1 commit
  29. 22 Apr, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Restructuring metrics meta-data (#5859) · 6f016dd9
      Vasilis Vryniotis authored
      * Restructuring metrics meta-data for detection, segmentation and optical flow.
      
      * Renaming acc to pixel_acc for segmentation
      
      * Restructure video meta-data.
      
      * Restructure classification and quantization meta-data.
      
      * Fix tests.
      
      * Fix documentation
      6f016dd9
  30. 19 Apr, 2022 2 commits
    • Nicolas Hug's avatar
      Add docs for `SomeWeight.DEFAULT` fields (#5831) · e8cb0bac
      Nicolas Hug authored
      * First PR for model doc revamp
      
      * Deactivating fail on warning, temporarily
      
      * Remove commnet
      
      * Minor changes
      
      * Typos
      
      * Added TODO in Makefile
      
      * Keep old models.rst file intact, move new docs into new models_new.rst file
      
      * Added docs LOL
      e8cb0bac
    • Nicolas Hug's avatar
      Model doc revamp - first PR (#5821) · 111fe85d
      Nicolas Hug authored
      * First PR for model doc revamp
      
      * Deactivating fail on warning, temporarily
      
      * Remove commnet
      
      * Minor changes
      
      * Typos
      
      * Added TODO in Makefile
      
      * Keep old models.rst file intact, move new docs into new models_new.rst file
      111fe85d