When following the DGX Dashboard Playbook: DGX Dashboard | DGX Spark
After Juypter launches and creating a test notebook and pasting the provided sample code in cell and running with Shift + Enter, it appears to show a user warning:
UserWarning:
Found GPU0 NVIDIA GB10 which is of cuda capability 12.1.
Minimum and Maximum cuda capability supported by this version of PyTorch is
(8.0) - (12.0)
I assume this sample code is not using the version of Pytorch that supports 12.1 and needs to be updated? Is there a workaround?