Commit 1a6073b5 authored by Jiezhong Qiu's avatar Jiezhong Qiu
Browse files

remove nccl from lib list

parent fa6872cd
...@@ -10,7 +10,6 @@ cxx_flags = [ ...@@ -10,7 +10,6 @@ cxx_flags = [
ext_libs = [] ext_libs = []
if os.environ.get('USE_NCCL', '0') == '1': if os.environ.get('USE_NCCL', '0') == '1':
cxx_flags.append('-DMOE_USE_NCCL') cxx_flags.append('-DMOE_USE_NCCL')
ext_libs.append('nccl')
if __name__ == '__main__': if __name__ == '__main__':
......
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