You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "fix(tensorflow): mirror sglang EFA install pattern for 1.49"
This reverts commit f3c86f1. Restores
--disable-ngc in install_efa_amzn2023.sh.
Empirical result: sglang's cuda-rhel9 + symlink pattern does not satisfy
EFA 1.49's check_libnccl_net_so, which verifies the actual EFA-shipped
libnccl-net-ofi.so at /opt/amazon/ofi-nccl/lib64/. cuda-rhel9 installs
libnccl at /usr/lib64/ — different file at a different path. sglang's
pattern works on EFA 1.48 because 1.48's check has the buggy
/opt/amazon/efa/lib/ path that the symlink resolves through.
--disable-ngc remains the correct fix for 1.49: it forces the standard
install path, which installs libnccl-ofi-1.20.0-1.amzn2023.x86_64.rpm
directly from the EFA installer tarball to the correct location.
0 commit comments