1. 29 Jan, 2025 1 commit
  2. 16 Jan, 2025 1 commit
  3. 15 Jan, 2025 1 commit
  4. 22 Nov, 2024 1 commit
  5. 18 Nov, 2024 1 commit
  6. 17 Nov, 2024 1 commit
  7. 11 Nov, 2024 1 commit
  8. 09 Nov, 2024 1 commit
  9. 06 Nov, 2024 2 commits
  10. 28 Oct, 2024 1 commit
  11. 04 Oct, 2024 2 commits
  12. 10 Sep, 2024 1 commit
  13. 30 Aug, 2024 1 commit
  14. 27 Aug, 2024 1 commit
  15. 22 Aug, 2024 1 commit
  16. 21 Aug, 2024 1 commit
  17. 20 Aug, 2024 1 commit
  18. 13 Aug, 2024 2 commits
  19. 19 Jul, 2024 1 commit
  20. 18 Jul, 2024 1 commit
  21. 16 Jul, 2024 1 commit
  22. 14 Jul, 2024 1 commit
  23. 10 Jul, 2024 1 commit
  24. 02 Jul, 2024 3 commits
  25. 27 Jun, 2024 2 commits
  26. 08 Jun, 2024 1 commit
  27. 05 Jun, 2024 1 commit
  28. 31 May, 2024 1 commit
  29. 27 May, 2024 1 commit
  30. 22 May, 2024 1 commit
  31. 13 May, 2024 2 commits
  32. 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
  33. 01 May, 2024 1 commit