Build pytorch for H1000

Right, you are getting that error message because that guide is specific to sm89/Ada, as there is TORCH_CUDA_ARCH_LIST=8.9 in the build command. If you change that to TORCH_CUDA_ARCH_LIST=9.0, then it would work with sm90/H100. The reason the start locally instructions are linked (same as the install command I posted) is that the prebuilt binaries are compiled with support for a wide range of compute capabilities, including both sm89 and sm90.