Closed zzh1024 closed 1 year ago
Hello @zzh1024, I was talking to @samiwilf regarding the ImportError, and his thoughts were that this error was related to some sort of a mismatching between pyTorch, TorchTec, and fbgemm versions. Let us know if you are using these requirements.txt or Dockerfile.
We don’t really have instructions specific to GCP or have an OS preference, other than that some of the testing has been done on Ubuntu.
I would recommend first installing pytorch with CUDA enabled, and then installing fbgemm-gpu. If after installing fbgemm-gpu (which you can test by running https://github.com/pytorch/FBGEMM/tree/main/fbgemm_gpu#running-fbgemm_gpu), TorchRec , and dlrm should work for you
Hi team, I saw we benchmark dlrm on gcp which rely on torch rec. But I fail to with different instructions, for sample install by package or from source. Met some problem like
Do we have an instruction on how to install torch rec on gcp.
When we reserve google cloud vertex ai notebook, should I select notebook python3 (CUDA toolkit 11.0) or with python only and install cuda by ourselves (Bz I saw torch rec's install example CUDA tookit is 11.6 or something else).
Are there any preference for os Debian or Ubuntu? Thx in advance.