Skip to content

Commit f1fc45a

Browse files
committed
add ResidualSimVQ to the special Sequential module
1 parent 81d0f3b commit f1fc45a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vector-quantize-pytorch"
3-
version = "1.20.5"
3+
version = "1.20.6"
44
description = "Vector Quantization - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" }

vector_quantize_pytorch/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
FSQ,
2323
LFQ,
2424
SimVQ,
25+
ResidualSimVQ,
2526
ResidualLFQ,
2627
GroupedResidualLFQ,
2728
ResidualFSQ,

0 commit comments

Comments
 (0)