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.
2 parents bd11b3b + 0dccd5a commit a621494Copy full SHA for a621494
nlp/gpt_j/popxl/utils/setup.py
@@ -134,7 +134,8 @@ def logging_setup(args, config):
134
logging.basicConfig(level=args.log_level,
135
format='%(asctime)s %(levelname)s: %(message)s',
136
datefmt="%Y-%m-%d %H:%M:%S",
137
- stream=sys.stdout)
+ stream=sys.stdout,
138
+ force=True)
139
logging.info(f"Staring. Process id: {os.getpid()}")
140
logging.info(f"Config: {config}")
141
0 commit comments