/usr/local/lib64/python3.6/site-packages/torch/distributed/elastic/utils
NameSizeModeActions
data/-0755rm
__pycache__/-0755rm
api.py17160644editdlrm
distributed.py46520644editdlrm
logging.py22260644editdlrm
log_level.py3390644editdlrm
store.py20100644editdlrm
__init__.py3180644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/torch/distributed/elastic/utils/log_level.py (339B)
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. def get_log_level() -> str: """ Return default log level for pytorch. """ return "WARNING"