Skip to content

Commit 08fc142

Browse files
committed
Pinning x-transformers version
1 parent e487241 commit 08fc142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='stable-audio-tools',
5-
version='0.0.9',
5+
version='0.0.10',
66
url='https://github.com/Stability-AI/stable-audio-tools.git',
77
author='Stability AI',
88
description='Training and inference tools for generative audio models from Stability AI',
@@ -40,6 +40,6 @@
4040
'vector-quantize-pytorch==1.9.14',
4141
'wandb==0.15.4',
4242
'webdataset==0.2.48',
43-
'x-transformers>=1.25.15'
43+
'x-transformers==1.26.6'
4444
],
4545
)

0 commit comments

Comments
 (0)