Unverified Commit c81da5f5 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[misc][typo] fix typo (#5372)

parent 68bc8170
...@@ -166,7 +166,7 @@ def gpu_p2p_access_check(i: int, j: int) -> bool: ...@@ -166,7 +166,7 @@ def gpu_p2p_access_check(i: int, j: int) -> bool:
and (not os.path.exists(path))): and (not os.path.exists(path))):
# only the local master process (with local_rank == 0) can # only the local master process (with local_rank == 0) can
# enter this block to calculate the cache # enter this block to calculate the cache
logger.info("generating GPU P2P access cache for in %s", path) logger.info("generating GPU P2P access cache in %s", path)
cache = {} cache = {}
for _i in range(num_dev): for _i in range(num_dev):
for _j in range(num_dev): for _j in range(num_dev):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment