NCCL2 설치

To install the provided .deb file for NCCL, you would typically download it and then use the dpkg utility to install it. However, before you install NCCL, you should also ensure that you have the necessary NVIDIA drivers and CUDA toolkit installed, as NCCL depends on them.
Here's a step-by-step guide to install the provided NCCL .deb file:
  1. Download the .deb file: Use wget or curl to download the .deb file:
    1. Install the .deb package: Once downloaded, you can use the dpkg utility to install the package:
      1. Add the NCCL repository to your sources: After installing the .deb package, it actually adds a local APT repository on your system for NCCL. You'll need to update your package cache to recognize it:
        1. Install NCCL: With the repository added, you can now install NCCL:
          1. Verify Installation: After installation, you can check the installed version to ensure it's installed correctly:
            Remember, this is just for installing NCCL. If you're planning to use NCCL for distributed training with GPUs, ensure you have the necessary NVIDIA drivers and the CUDA toolkit installed. If you need steps for those, let me know!