Fixing AWQ.

This commit is contained in:
Nicolas Patry 2024-02-09 11:29:34 +00:00
parent 3ce42ba7ec
commit 903fbec604

View File

@ -1,8 +1,10 @@
awq_commit := f084f40bd996f3cf3a0633c1ad7d9d476c318aaa # Fork that adds only the correct stream to this kernel in order
# to make cuda graphs work.
awq_commit := d2d7cfbfa0de87fbbc17a2984c69cd6681149885
awq: awq:
rm -rf llm-awq rm -rf llm-awq
git clone https://github.com/mit-han-lab/llm-awq git clone https://github.com/huggingface/llm-awq
build-awq: awq build-awq: awq
cd llm-awq/ && git fetch && git checkout $(awq_commit) cd llm-awq/ && git fetch && git checkout $(awq_commit)