Update README.md

This commit is contained in:
John Smith
2023-03-21 16:48:17 +08:00
committed by GitHub
parent 3471be4e56
commit 8d198e0171
+2
View File
@@ -3,6 +3,8 @@ Made some adjust for the code in peft and gptq for llama, and make it possible f
<br>
~Still numerically unstable.~ Resolved.
<br>
Reconstruct fp16 matrix from 4bit data and call torch.matmul drastically increased the inference speed.
<br>
# Requirements
gptq-for-llama: https://github.com/qwopqwop200/GPTQ-for-LLaMa<br>
peft: https://github.com/huggingface/peft.git<br>