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

[New Feature][Habana-Main] speculative_decoding HPU support #375

Open
wants to merge 7 commits into
base: habana_main
Choose a base branch
from

Commits on Oct 16, 2024

  1. remove speculative_decoding hardcode to Cuda and add worker selector

    There is one hardcode to HPUWorker, need to remove
    
    Signed-off-by: Chendi.Xue <[email protected]>
    xuechendi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9d24c3a View commit details
    Browse the repository at this point in the history
  2. Review comments based fixings

    Signed-off-by: Chendi Xue <[email protected]>
    Signed-off-by: Chendi Xue <[email protected]>
    Chendi Xue authored and xuechendi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6706312 View commit details
    Browse the repository at this point in the history
  3. Use platform to select base worker for MultiStepWorker

    Signed-off-by: Chendi Xue <[email protected]>
    Chendi Xue authored and xuechendi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    388a5e0 View commit details
    Browse the repository at this point in the history
  4. resolve issue after rebase

    Signed-off-by: Chendi Xue <[email protected]>
    xuechendi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    00b230a View commit details
    Browse the repository at this point in the history
  5. Fix format issue reported by yapf, ruff, isort, mypy

    Signed-off-by: Chendi Xue <[email protected]>
    xuechendi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8465fec View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. update format based on yapf detection

    Signed-off-by: Chendi.Xue <[email protected]>
    xuechendi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    91a051b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix per comments

    Signed-off-by: Chendi.Xue <[email protected]>
    xuechendi committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    43fd839 View commit details
    Browse the repository at this point in the history