"vllm/tool_parsers/abstract_tool_parser.py" did not exist on "185c22bf2f736d0ffa69a3faae379ad0c444de56"
  1. 29 Aug, 2024 1 commit
  2. 27 Aug, 2024 1 commit
  3. 26 Aug, 2024 2 commits
  4. 23 Aug, 2024 1 commit
  5. 22 Aug, 2024 1 commit
  6. 21 Aug, 2024 1 commit
  7. 19 Aug, 2024 1 commit
  8. 13 Aug, 2024 2 commits
  9. 09 Aug, 2024 1 commit
  10. 07 Aug, 2024 1 commit
  11. 05 Aug, 2024 1 commit
  12. 26 Jul, 2024 1 commit
  13. 20 Jul, 2024 1 commit
  14. 19 Jul, 2024 2 commits
  15. 16 Jul, 2024 1 commit
  16. 12 Jul, 2024 1 commit
  17. 11 Jul, 2024 1 commit
  18. 09 Jul, 2024 1 commit
  19. 30 Jun, 2024 1 commit
  20. 28 Jun, 2024 2 commits
  21. 18 Jun, 2024 1 commit
  22. 15 Jun, 2024 1 commit
  23. 01 Jun, 2024 1 commit
  24. 23 May, 2024 1 commit
  25. 01 May, 2024 1 commit
  26. 30 Apr, 2024 1 commit
  27. 29 Apr, 2024 1 commit
  28. 26 Apr, 2024 1 commit
  29. 24 Apr, 2024 1 commit
  30. 23 Apr, 2024 1 commit
  31. 20 Apr, 2024 1 commit
    • 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
  32. 11 Apr, 2024 1 commit
  33. 10 Apr, 2024 1 commit
  34. 25 Mar, 2024 1 commit
  35. 13 Mar, 2024 1 commit
  36. 11 Mar, 2024 1 commit