Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit c559076

Browse files
authored
Add build_with_submodule.sh (#315)
1 parent 93b261e commit c559076

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,5 @@ TAGS
240240
# Files generated when a patch is rejected
241241
*.orig
242242
*.rej
243+
244+
!build_with_submodule.sh

Diff for: build_with_submodule.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
set -x
4+
pushd third_party/pytorch
5+
python setup.py develop
6+
popd
7+
python setup.py develop

0 commit comments

Comments
 (0)