Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semi structured v2 #32

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open

Semi structured v2 #32

wants to merge 39 commits into from

Commits on Nov 12, 2024

  1. [doc] fix location of runllm widget (vllm-project#10266)

    Signed-off-by: youkaichao <[email protected]>
    youkaichao authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    96ae0ea View commit details
    Browse the repository at this point in the history
  2. [doc] improve debugging doc (vllm-project#10270)

    Signed-off-by: youkaichao <[email protected]>
    youkaichao authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1808145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    377b74f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. [V1] Fix CI tests on V1 engine (vllm-project#10272)

    Signed-off-by: Woosuk Kwon <[email protected]>
    WoosukKwon authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    112fa0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4ea3f View commit details
    Browse the repository at this point in the history
  3. [V1] Support VLMs with fine-grained scheduling (vllm-project#9871)

    Signed-off-by: Woosuk Kwon <[email protected]>
    Co-authored-by: Roger Wang <[email protected]>
    WoosukKwon and ywang96 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bbd3e86 View commit details
    Browse the repository at this point in the history
  4. Bump to compressed-tensors v0.8.0 (vllm-project#10279)

    Signed-off-by: Dipika <[email protected]>
    dsikka authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    56a955e View commit details
    Browse the repository at this point in the history
  5. [Doc] Fix typo in arg_utils.py (vllm-project#10264)

    Signed-off-by: Xin Yang <[email protected]>
    xyang16 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    032fcf1 View commit details
    Browse the repository at this point in the history
  6. [Model] Add support for Qwen2-VL video embeddings input & multiple im…

    …age embeddings input with varied resolutions (vllm-project#10221)
    
    Signed-off-by: imkero <[email protected]>
    imkero authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3945c82 View commit details
    Browse the repository at this point in the history
  7. [Model] Adding Support for Qwen2VL as an Embedding Model. Using MrLig…

    …ht/dse-qwen2-2b-mrl-v1 (vllm-project#9944)
    
    Signed-off-by: FurtherAI <[email protected]>
    Co-authored-by: FurtherAI <[email protected]>
    FurtherAI and FurtherAI authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1b886aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6dde33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d909acf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb7991a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78eea7b View commit details
    Browse the repository at this point in the history
  12. Fix A100 int8 tests

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    331e9c5 View commit details
    Browse the repository at this point in the history
  13. Add fp8 cusparseLt

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    381a6b4 View commit details
    Browse the repository at this point in the history
  14. wip

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b146a79 View commit details
    Browse the repository at this point in the history
  15. Fix signatures

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0ac01cc View commit details
    Browse the repository at this point in the history
  16. Fix compilation and tests

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7472af2 View commit details
    Browse the repository at this point in the history
  17. Update for older platforms

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3fe8bd4 View commit details
    Browse the repository at this point in the history
  18. Add benchmarks

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e736027 View commit details
    Browse the repository at this point in the history
  19. Fix typo

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ae66f77 View commit details
    Browse the repository at this point in the history
  20. Added scaled_mm for fp8.

    Removed cmake check for cusparseLt, needs to be reverted when the cmake issue is resolved.
    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    59ee24d View commit details
    Browse the repository at this point in the history
  21. Add docstrings

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3367704 View commit details
    Browse the repository at this point in the history
  22. Update for torch 2.5

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    368beec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5be53f3 View commit details
    Browse the repository at this point in the history
  24. Add fp8 cusparseLt

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f9546a8 View commit details
    Browse the repository at this point in the history
  25. Fix compilation and tests

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2187236 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f45a83b View commit details
    Browse the repository at this point in the history
  27. Cached cusparseLt

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b1aaea5 View commit details
    Browse the repository at this point in the history
  28. Fix destroy function

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c36401c View commit details
    Browse the repository at this point in the history
  29. Prepare for reproduce

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9f6a469 View commit details
    Browse the repository at this point in the history
  30. Fix cusparseLt caching

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2e56de9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9ad83cb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1f6a05b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3a2c258 View commit details
    Browse the repository at this point in the history
  34. Fix and polish

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    31cf482 View commit details
    Browse the repository at this point in the history
  35. Formatting

    ilmarkov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    68512d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    72d6cd3 View commit details
    Browse the repository at this point in the history