We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5245fd1 commit 06547c8Copy full SHA for 06547c8
nam/_version.py
@@ -1 +1 @@
1
-__version__ = "0.7.1"
+__version__ = "0.7.2"
setup.py
@@ -33,6 +33,7 @@ def get_additional_requirements():
33
"sounddevice",
34
"tensorboard",
35
"torch",
36
+ "transformers>=4", # Issue-294
37
"tqdm",
38
"wavio>=0.0.5", # Breaking change with older versions
39
]
0 commit comments