newfarmer

Results 1 issues of newfarmer

Environment: ![Image](https://github.com/user-attachments/assets/d9741e28-59bc-4b41-963f-9c282a7bf1f1) script: ```shell export NCCL_DEBUG=INFO export TORCH_CPP_LOG_LEVEL=INFO export NCCL_IB_GID_INDEX=3 export NCCL_SOCKET_IFNAME=bond0 export GLOO_SOCKET_IFNAME=bond0 export NCCL_IB_HCA='^=mlx5_bond_0' export NCCL_IB_TC=128 export NCCL_IB_TIMEOUT=22 export NCCL_IB_RETRY_CNT=15 export DISABLE_SM90_FEATURES=1 export TORCH_CUDA_ARCH_LIST="9.0" export DISABLE_AGGRESSIVE_PTX_INSTRS=0 export NCCL_IB_QPS_PER_CONNECTION=128...