Skip to content

fix: add log to hint to set NCCL_IB_HCA env when _get_my_rdma_device raise an assertion failure #54

fix: add log to hint to set NCCL_IB_HCA env when _get_my_rdma_device raise an assertion failure

fix: add log to hint to set NCCL_IB_HCA env when _get_my_rdma_device raise an assertion failure #54

Workflow file for this run

name: CPU Tests
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .[p2p]
- name: Do CPU tests with pytest
run: |
pytest -v -m "not gpu" tests/