1. 08 May, 2024 2 commits
  2. 07 May, 2024 1 commit
  3. 04 May, 2024 1 commit
    • Michael Goin's avatar
      [Kernel] Support MoE Fp8 Checkpoints for Mixtral (Static Weights with... · 2a052011
      Michael Goin authored
      [Kernel] Support MoE Fp8 Checkpoints for Mixtral (Static Weights with Dynamic/Static Activations) (#4527)
      
      Follow on to #4332 to enable FP8 checkpoint loading for Mixtral and supersedes #4436.
      
      This PR enables the following checkpoint loading features for Mixtral:
      
      Supports loading fp8 checkpoints for Mixtral, such as this "nm-testing/Mixtral-8x7B-Instruct-v0.1-FP8" test model
      Supports static or dynamic activation quantization with static weight quantization (all per tensor)
      Supports different scales for each expert weight
      Supports Fp8 in QKV layer
      Notes:
      
      The Expert Gate/Router always runs at half / full precision for now.
      If there are different weight scales between QKV layer (for separate QKV weights), they are re-quantized using layer.weight_scale.max() so we can have a single gemm for performance.
      2a052011
  4. 03 May, 2024 2 commits
  5. 02 May, 2024 1 commit
  6. 18 Apr, 2024 1 commit
  7. 11 Apr, 2024 2 commits
  8. 03 Apr, 2024 1 commit
  9. 30 Mar, 2024 1 commit
  10. 27 Mar, 2024 1 commit
  11. 25 Mar, 2024 2 commits
  12. 24 Mar, 2024 2 commits
  13. 20 Mar, 2024 1 commit
  14. 16 Mar, 2024 2 commits
  15. 13 Mar, 2024 2 commits
  16. 11 Mar, 2024 1 commit
  17. 07 Mar, 2024 1 commit
  18. 27 Feb, 2024 1 commit
  19. 22 Feb, 2024 1 commit
  20. 06 Feb, 2024 2 commits
  21. 05 Feb, 2024 1 commit
  22. 01 Feb, 2024 1 commit
  23. 31 Jan, 2024 2 commits
  24. 30 Jan, 2024 2 commits
  25. 29 Jan, 2024 1 commit
  26. 22 Jan, 2024 1 commit
  27. 18 Jan, 2024 1 commit
  28. 14 Jan, 2024 1 commit
  29. 04 Jan, 2024 1 commit
  30. 03 Jan, 2024 1 commit