mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Fixing AWQ.
This commit is contained in:
parent
3ce42ba7ec
commit
903fbec604
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user