Skip to content

Commit

Permalink
128
Browse files Browse the repository at this point in the history
  • Loading branch information
iantbutler01 committed Jul 4, 2023
1 parent ce05a18 commit abc4e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/text_generation_server/utils/gptq/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ def quantize(
model.seqlen = 2048

dataset = "wikitext2"
nsamples = 12
nsamples = 128
seed = None

dataloader, testloader = get_loaders(
Expand Down

0 comments on commit abc4e31

Please sign in to comment.