We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e487241 commit 08fc142Copy full SHA for 08fc142
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='stable-audio-tools',
5
- version='0.0.9',
+ version='0.0.10',
6
url='https://github.com/Stability-AI/stable-audio-tools.git',
7
author='Stability AI',
8
description='Training and inference tools for generative audio models from Stability AI',
@@ -40,6 +40,6 @@
40
'vector-quantize-pytorch==1.9.14',
41
'wandb==0.15.4',
42
'webdataset==0.2.48',
43
- 'x-transformers>=1.25.15'
+ 'x-transformers==1.26.6'
44
],
45
)
0 commit comments