Skip to content

Commit

Permalink
Quant: Add a little more damping
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Apr 18, 2024
1 parent dc1dfc4 commit b112b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversion/adaptivegptq.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def find_params(self, x):

class AdaptiveGPTQ:

percdamp: float = 0.07
percdamp: float = 0.12

layer: nn.Linear
device: torch.device
Expand Down

0 comments on commit b112b21

Please sign in to comment.