-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Add dependencies in setup.py #56
Comments
dllehr-amd
pushed a commit
to dllehr-amd/vllm
that referenced
this issue
Jul 22, 2024
* Moving custom skinni gemm heuristic before hipblas or rocblas solutions. Disabling the now obsolete LLMM1 path * Simplified the decision logic * Added back one case when LLMM1 can be used. Defaulting to adding bias separately * Moved bias addition inside tgemm
JHLEE17
pushed a commit
to JHLEE17/vllm
that referenced
this issue
Aug 1, 2024
* HPU: Change KV-cache layout to (num_blocks, block_size, num_heads, head_size) * Fix UTs * Fix UTs - part 2
Closed
maxdebayser
added a commit
to maxdebayser/vllm
that referenced
this issue
Jan 13, 2025
This PR allows support for IBM's Spyre accelerator. This work was carried out in an private fork of vLLM. We are now moving the code into the open, and all future work will be done using this public fork. --------- Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com> Signed-off-by: Nikolaos Papandreou <npo@zurich.ibm.com> Signed-off-by: Burkhard Ringlein <ngl@zurich.ibm.com> Signed-off-by: Max de Bayser <mbayser@br.ibm.com> Signed-off-by: Sophie du Couedic <sophie.du.couedic.de.kergoualer@ibm.com> Co-authored-by: Sophie du Couédic <Sophie.Du.Couedic.de.Kergoualer@ibm.com> Co-authored-by: Nick Hill <nickhill@us.ibm.com> Co-authored-by: Thomas Parnell <tpa@zurich.ibm.com> Co-authored-by: Nikolaos Papandreou <npo@zurich.ibm.com> Co-authored-by: TRAVIS JOHNSON <tsjohnso@us.ibm.com> Co-authored-by: Burkhard Ringlein <NGL@zurich.ibm.com> Co-authored-by: Yannick Schnider <Yannick.Schnider1@ibm.com> Co-authored-by: Jan van Lunteren <jvl@zurich.ibm.com> Co-authored-by: Maximilien Philippe Marie de Bayser <mbayser@br.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the complete list of dependencies to
setup.py
so that the package can be pip-installed at once.The text was updated successfully, but these errors were encountered: