We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76c2ff commit cf3844fCopy full SHA for cf3844f
composer/utils/reproducibility.py
@@ -127,7 +127,7 @@ def configure_deterministic_mode():
127
# See https://pytorch.org/docs/stable/generated/torch.use_deterministic_algorithms.html
128
# and https://docs.nvidia.com/cuda/cublas/index.html#cublasApi_reproducibility
129
os.environ['CUBLAS_WORKSPACE_CONFIG'] = ':4096:8'
130
- warnings.warn('Deterministic mode is activated. This will negatively impact performance.', category=UserWarning)
+ log.info('Deterministic mode is activated. This will negatively impact performance.')
131
132
133
def get_random_seed() -> int:
0 commit comments