Skip to content

Commit

Permalink
add ResidualSimVQ to the special Sequential module
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 12, 2024
1 parent 81d0f3b commit f1fc45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.20.5"
version = "1.20.6"
description = "Vector Quantization - Pytorch"
authors = [
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
Expand Down
1 change: 1 addition & 0 deletions vector_quantize_pytorch/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
FSQ,
LFQ,
SimVQ,
ResidualSimVQ,
ResidualLFQ,
GroupedResidualLFQ,
ResidualFSQ,
Expand Down

0 comments on commit f1fc45a

Please sign in to comment.