Can NeMo & Megatron be used without a GPU and only with CPU?

Can NeMo (GitHub - NVIDIA/NeMo: NeMo: a toolkit for conversational AI) & Megatron be used without a GPU and only with CPU?

Hi @kevin129
Pipeline parallelism and Tensor Parallelism will only run on GPU, so I don’t think NeMo Megatron will run only on CPU.
But some of the other NeMo models might work based on ONNX opset, please refer to below link:

Thanks