Skip to content

Commit 6c031a4

Browse files
committed
fix for residual fsq
1 parent 00f9681 commit 6c031a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎audiolm_pytorch/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.1'
1+
__version__ = '2.0.2'

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'torchaudio',
3737
'transformers',
3838
'tqdm',
39-
'vector-quantize-pytorch>=1.11.8'
39+
'vector-quantize-pytorch>=1.12.5'
4040
],
4141
classifiers=[
4242
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)