tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.15k stars 632 forks source link

ImportError of nccl #471

Closed lljjgg closed 4 years ago

lljjgg commented 4 years ago

I want to use the program of tf_cnn_benchmarks.py to test.But for some special reasons, I can only provide static libraries of nccl. I want to know whether the program can run normally when there are only static libraries of nccl . if it feasible ,What should I do.Looking forward to your reply.Thanks.

reedwm commented 4 years ago

This issue applies to TensorFlow in general, not just tf_cnn_benchmarks, so it's probably better to ask on StackOverflow. In any case, IIRC, nccl is already included in the TensorFlow pip package so I don't think you have to have nccl installed at all.