[dev] remove buid dir of tensoradaptor (#6234)

This commit is contained in:
Rhett Ying
2023-08-30 09:37:50 +08:00
committed by GitHub
parent c30d571304
commit 0be8d8a7f6

View File

@@ -61,6 +61,7 @@ if [[ ${remove} == "YES" ]]; then
rm -rf build
rm -rf graphbolt/build
rm -rf dgl_sparse/build
rm -rf tensoradapter/pytorch/build
fi
if [[ -z ${build_type} ]]; then