Skip to content

Commit bb29824

Browse files
committed
Recursively sync fbgemm packages
1 parent 1465757 commit bb29824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/pytorch/common_utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ function install_torchrec_and_fbgemm() {
246246
git clone --recursive https://github.com/pytorch/fbgemm
247247
pushd fbgemm/fbgemm_gpu
248248
git checkout "${fbgemm_commit}"
249+
git submodule sync && git submodule update --init --recursive
249250
python setup.py bdist_wheel \
250251
--build-variant=rocm \
251252
-DHIP_ROOT_DIR="${ROCM_PATH}" \

0 commit comments

Comments
 (0)