While currently the cuda-python conda packages on both channels:
are maintained by the same team, they are built using different conda recipes (the nvidia channel one is internal). In particular, the cuda-version meta package is not honored by the nvidia varaiant, which starting CUDA 12.5 is considered an outdated practice.
This RFC is a record for our intention to make sure the cuda-python package (and all future packages that we build, #105) in sync and interoperable between both channels.
While currently the
cuda-pythonconda packages on both channels:are maintained by the same team, they are built using different conda recipes (the
nvidiachannel one is internal). In particular, thecuda-versionmeta package is not honored by thenvidiavaraiant, which starting CUDA 12.5 is considered an outdated practice.This RFC is a record for our intention to make sure the
cuda-pythonpackage (and all future packages that we build, #105) in sync and interoperable between both channels.