mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
update Dockerfile for workaround for issue in RCCL for rocm4.0 (#7108)
This commit is contained in:
parent
c0994fdfbb
commit
5cb8934459
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ ENV HSA_NO_SCRATCH_RECLAIM=1
|
|||
# Distributed training related environment variables
|
||||
ENV HSA_FORCE_FINE_GRAIN_PCIE=1
|
||||
ENV NCCL_DEBUG=INFO
|
||||
ENV RCCL_ALLTOALL_KERNEL_DISABLE=1
|
||||
# ENV NCCL_DEBUG_SUBSYS=INIT,COLL
|
||||
|
||||
WORKDIR ${WORKSPACE_DIR}/script
|
||||
|
|
|
|||
Loading…
Reference in a new issue