Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored and volcacius committed Jun 15, 2023
1 parent 6327b1a commit c59db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/graph/gptq.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __enter__(self):
self.disable_quant_inference.disable_bias_quantization(
self.model, is_training=self.model.training)

self.num_layers = len(list_of_layers)
self.num_layers = len(dict_of_layers)
return self

def __exit__(self, type, value, traceback):
Expand Down

0 comments on commit c59db4e

Please sign in to comment.