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

Fix recompilations in compile due to enabled_flags #761

Closed

Conversation

afierka-intel
Copy link

@afierka-intel afierka-intel commented Jan 30, 2025

Update vllm-hpu-extension with fix for the entitled recompilations: HabanaAI/vllm-hpu-extension#88

@afierka-intel afierka-intel force-pushed the dev/afierka/fix-compile-recompilations branch from f10c910 to ad61491 Compare January 30, 2025 20:21
@@ -8,4 +8,4 @@ pandas
tabulate
setuptools>=61
setuptools-scm>=8
vllm-hpu-extension @ git+https://github.com/HabanaAI/vllm-hpu-extension.git@d4f37bb
vllm-hpu-extension @ git+https://github.com/HabanaAI/vllm-hpu-extension.git@dev/afierka/fix-compile-recompilations

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proper sha needed instead of a dev branch.

maktukmak and others added 4 commits January 31, 2025 15:55
This PR enables loading AWQ quantized models and running weight-only
quantized inference on HPU.

Currently, it works only for BF16 inference due to kernel
torch.ops.hpu.convert_from_uint4 not supporting FP16.

Tested on TheBloke/Llama-2-70B-Chat-AWQ and worked.

---------

Co-authored-by: Michał Kuligowski <[email protected]>
Dummy parameter initialization (load_format='dummy') is not working on
hpu due to torch.generator not being supported. This PR fixes the issue
by bypassing the generator.

---------

Co-authored-by: Michał Kuligowski <[email protected]>
@afierka-intel afierka-intel deleted the dev/afierka/fix-compile-recompilations branch January 31, 2025 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants