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 ef3a24c commit 1ffbee2Copy full SHA for 1ffbee2
setup.py
@@ -11,7 +11,7 @@
11
WITH_CUDA = torch.cuda.is_available() and CUDA_HOME is not None
12
if os.getenv('FORCE_CUDA', '0') == '1':
13
WITH_CUDA = True
14
-if os.getenv('FORCE_NON_CUDA', '0') == '1':
+if os.getenv('FORCE_NO_CUDA', '0') == '1':
15
WITH_CUDA = False
16
17
BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
0 commit comments