Open Geremia opened 4 months ago
The readme says:
For training new models, you'll also need an NVIDIA GPU and NCCL
NCCL is "Optimized primitives for collective multi-GPU communication ". I only have one GPU. Can I build pip install --user --editable ./ without NCCL support?
pip install --user --editable ./
The readme says:
NCCL is "Optimized primitives for collective multi-GPU communication ". I only have one GPU. Can I build
pip install --user --editable ./
without NCCL support?