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 b3d7006 commit 160641eCopy full SHA for 160641e
python/paddle/optimizer/lbfgs.py
@@ -63,7 +63,7 @@ def check_tf32_override():
63
warnings.warn(
64
"Warning! TF32 Tensor Cores are enabled by default on some NVIDIA GPUs for faster computation, "
65
"but may compromise numerical precision in specific cases, particularly with the L-BFGS optimizer. "
66
- "To disable it, set os.environ['NVIDIA_TF32_OVERRIDE'] = '0'."
+ "To disable it, set: NVIDIA_TF32_OVERRIDE=0"
67
)
68
69
0 commit comments