Spaces:
Sleeping
Sleeping
Commit
·
209cdb2
1
Parent(s):
b5f2ae4
debug
Browse files- 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 |
-
|
| 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 |
|