Skip to content

Commit

Permalink
address #165
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 15, 2024
1 parent 56f20dc commit a72e251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vector-quantize-pytorch"
version = "1.18.1"
version = "1.18.2"
description = "Vector Quantization - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion vector_quantize_pytorch/lookup_free_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(
dim = None,
codebook_size = None,
entropy_loss_weight = 0.1,
commitment_loss_weight = 0.25,
commitment_loss_weight = 0.,
diversity_gamma = 1.,
straight_through_activation = nn.Identity(),
num_codebooks = 1,
Expand Down

0 comments on commit a72e251

Please sign in to comment.