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 fdd86d6 commit 2e83c31Copy full SHA for 2e83c31
setup.py
@@ -13,7 +13,7 @@
13
if env_with_cuda is not None:
14
if env_with_cuda not in ("0", "1"):
15
raise ValueError(
16
- "Invalid flag with WITH_CUDA environment variable. Expected '0' or '1'"
+ f"WITH_CUDA environment variable got invalid value {env_with_cuda}. Expected '0' or '1'"
17
)
18
use_cuda = env_with_cuda == "1"
19
else:
0 commit comments