Can i run the default cuda 11.3 conda install on cuda 11.6 device?

from this post you can install version 11.6 PyTorch + CUDA 11.6
and other packages like torchserve is also available .
pip install torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu116
just add to pip install field…