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 f95d997 commit bc20b8fCopy full SHA for bc20b8f
setup.py
@@ -10,8 +10,8 @@
10
11
# Adapted from https://github.com/pytorch/pytorch
12
cwd = os.path.dirname(os.path.abspath(__file__))
13
-if os.getenv('TACOTRON_BUILD_VERSION'):
14
- version = os.getenv('TACOTRON_BUILD_VERSION')
+if os.getenv('DEEPVOICE3_PYTORCH_BUILD_VERSION'):
+ version = os.getenv('DEEPVOICE3_PYTORCH_BUILD_VERSION')
15
else:
16
try:
17
sha = subprocess.check_output(
0 commit comments