1. 24 Jun, 2024 1 commit
  2. 22 Jun, 2024 1 commit
  3. 21 Jun, 2024 1 commit
  4. 20 Jun, 2024 1 commit
  5. 19 Jun, 2024 1 commit
  6. 18 Jun, 2024 3 commits
  7. 15 Jun, 2024 1 commit
  8. 14 Jun, 2024 1 commit
  9. 13 Jun, 2024 1 commit
  10. 10 Jun, 2024 2 commits
  11. 08 Jun, 2024 1 commit
  12. 07 Jun, 2024 1 commit
  13. 05 Jun, 2024 1 commit
  14. 03 Jun, 2024 1 commit
  15. 01 Jun, 2024 1 commit
  16. 31 May, 2024 1 commit
  17. 27 May, 2024 2 commits
  18. 25 May, 2024 1 commit
  19. 23 May, 2024 1 commit
  20. 22 May, 2024 3 commits
  21. 21 May, 2024 2 commits
  22. 20 May, 2024 1 commit
  23. 19 May, 2024 1 commit
  24. 18 May, 2024 1 commit
  25. 17 May, 2024 1 commit
  26. 13 May, 2024 2 commits
  27. 12 May, 2024 1 commit
  28. 11 May, 2024 1 commit
  29. 09 May, 2024 1 commit
  30. 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
  31. 01 May, 2024 1 commit
  32. 27 Apr, 2024 1 commit