1. 21 Aug, 2024 1 commit
  2. 16 Aug, 2024 2 commits
  3. 09 Aug, 2024 1 commit
  4. 06 Aug, 2024 1 commit
  5. 04 Aug, 2024 1 commit
  6. 22 Jul, 2024 1 commit
  7. 18 Jul, 2024 1 commit
  8. 09 Jul, 2024 1 commit
  9. 03 Jul, 2024 1 commit
  10. 12 Jun, 2024 1 commit
  11. 06 Jun, 2024 1 commit
  12. 05 Jun, 2024 1 commit
  13. 03 Jun, 2024 1 commit
  14. 01 Jun, 2024 1 commit
  15. 30 May, 2024 1 commit
  16. 28 May, 2024 1 commit
  17. 11 May, 2024 1 commit
  18. 09 May, 2024 1 commit
  19. 03 May, 2024 1 commit
  20. 21 Apr, 2024 1 commit
  21. 20 Apr, 2024 2 commits
    • nunjunj's avatar
      91528575
    • Cody Yu's avatar
      [Kernel][FP8] Initial support with dynamic per-tensor scaling (#4118) · a22cdea3
      Cody Yu authored
      Provide an initial support to FP8 computation. This PR is inspired by HuggingFace TGI: huggingface/text-generation-inference#1726
      
      This feature can be enabled with --quantization fp8 or -q fp8 when launching an engine.
      
      Algorithm:
      We still load a model checkpoint in FP16/BF16. After the weights are loaded, Fp8LinearMethod calculates the per-tensor scaling factor of weights and quantizes the weights accordingly. The scaling factor will then be stored for future use. Meanwhile, the per-tensor scaling factor for activations is calculated in every forward pass.
      
      Initial Results:
      Currently tested Mistral-7B on 1xH100. With prompt length ~5 and decoding length 128:
      
      BF16: 1.47s
      FP8: 1.66s
      I'll try to use larger models and try to find more performance bottleneck. Meanwhile, you're welcome to try this code.
      a22cdea3
  22. 12 Apr, 2024 2 commits
  23. 29 Mar, 2024 1 commit
  24. 25 Mar, 2024 2 commits
  25. 22 Mar, 2024 1 commit
  26. 06 Mar, 2024 1 commit
  27. 02 Mar, 2024 1 commit
  28. 04 Feb, 2024 1 commit
  29. 27 Jan, 2024 1 commit
  30. 23 Jan, 2024 1 commit
  31. 18 Jan, 2024 1 commit
  32. 17 Dec, 2023 2 commits
  33. 15 Dec, 2023 1 commit
  34. 20 Nov, 2023 1 commit
  35. 03 Oct, 2023 1 commit