Skip to content

Commit

Permalink
init pr (horovod#1312)
Browse files Browse the repository at this point in the history
Signed-off-by: WeichenXu <[email protected]>
  • Loading branch information
WeichenXu123 authored and alsrgv committed Aug 18, 2019
1 parent 913cae2 commit 58e4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horovod/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def run():
# localhost
if not args.hosts:
if args.hostfile:
args.hosts = parse_host_files(args.hostfiles)
args.hosts = parse_host_files(args.hostfile)
else:
# Set hosts to localhost if not specified
args.hosts = 'localhost:{np}'.format(np=args.np)
Expand Down

0 comments on commit 58e4344

Please sign in to comment.