已合并
Fix fmt update error #5296
Jingwei Huang创建于 6月29日
Fix fmt update error #5296
已合并
Jingwei Huang创建于 6月29日
1 个文件变更+1-1
@@ -113,7 +113,7 @@ function main()
113 113 
114 # download third_party of torch_npu114 # download third_party of torch_npu
115 cd ${PYTORCH_PATH}115 cd ${PYTORCH_PATH}
116- git submodule update --init --depth=1 --recursive116+ git submodule update --init --recursive
117 117 
118 # copy op_plugin to torch_adapter/third_party118 # copy op_plugin to torch_adapter/third_party
119 PYTORCH_THIRD_PATH=${PYTORCH_PATH}/third_party/op-plugin119 PYTORCH_THIRD_PATH=${PYTORCH_PATH}/third_party/op-plugin