Skip to content

Commit 6dbb3ed

Browse files
committed
address #123
1 parent 41d3b1d commit 6dbb3ed

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.14.10"
3+
version = "1.14.11"
44
description = "Vector Quantization - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" }

vector_quantize_pytorch/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
from vector_quantize_pytorch.lookup_free_quantization import LFQ
66
from vector_quantize_pytorch.residual_lfq import ResidualLFQ, GroupedResidualLFQ
77
from vector_quantize_pytorch.residual_fsq import ResidualFSQ, GroupedResidualFSQ
8+
from vector_quantize_pytorch.latent_quantization import LatentQuantize

0 commit comments

Comments
 (0)