Skip to content

Commit

Permalink
UCC/UCX AllReduce partial - adds boto3 push to s3 for summary and sto…
Browse files Browse the repository at this point in the history
…pwatch metrics to a specified S3 bucket
  • Loading branch information
mstaylor committed Jun 19, 2023
1 parent 06137c9 commit c71eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pycylon/examples/redis_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

parser = argparse.ArgumentParser()
parser.add_argument('--world_size', "-n", type=int, help="world size")
parser.add_argument("--redis_host", "-h", type=str, help="redis address, default to 127.0.0.1",
parser.add_argument("--redis_host", "-r", type=str, help="redis address, default to 127.0.0.1",
default="127.0.0.1")
parser.add_argument("--port", "-p", type=int, help="name of redis port", default=6379)
args = parser.parse_args()
Expand Down

0 comments on commit c71eed9

Please sign in to comment.