Update README.md

This commit is contained in:
John Smith 2023-03-21 16:49:08 +08:00 committed by GitHub
parent 8d198e0171
commit 3be75bb3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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.
Reconstruct fp16 matrix from 4bit data and call torch.matmul largely increased the inference speed.
<br>
# Requirements
gptq-for-llama: https://github.com/qwopqwop200/GPTQ-for-LLaMa<br>