Skip to content

Commit a621494

Browse files
authored
Merge pull request #92 from graphcore/SofiaLiguori-patch-1
Update setup.py
2 parents bd11b3b + 0dccd5a commit a621494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nlp/gpt_j/popxl/utils/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ def logging_setup(args, config):
134134
logging.basicConfig(level=args.log_level,
135135
format='%(asctime)s %(levelname)s: %(message)s',
136136
datefmt="%Y-%m-%d %H:%M:%S",
137-
stream=sys.stdout)
137+
stream=sys.stdout,
138+
force=True)
138139
logging.info(f"Staring. Process id: {os.getpid()}")
139140
logging.info(f"Config: {config}")
140141

0 commit comments

Comments
 (0)