Skip to content

Commit 0dccd5a

Browse files
authored
Update setup.py
Add force=True to solve https://github.com/graphcore/examples-internal/commit/61d9a0b46b39bdb62c816717c3dd42cc3b4f432f , happening on specific environments
1 parent bd11b3b commit 0dccd5a

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)