AndyRaoTHU commited on
Commit
209cdb2
·
1 Parent(s): b5f2ae4
Files changed (1) hide show
  1. revq/models/revq.py +1 -1
revq/models/revq.py CHANGED
@@ -49,7 +49,7 @@ class ReVQ(PyTorchModelHubMixin, nn.Module):
49
  model = cls(decoder=decoder_config,
50
  quantize=quantize_config,
51
  ckpt_path=ckpt_path,
52
- **kwargs)
53
 
54
  return model
55
 
 
49
  model = cls(decoder=decoder_config,
50
  quantize=quantize_config,
51
  ckpt_path=ckpt_path,
52
+ )
53
 
54
  return model
55