Skip to content

Commit f2aa5d1

Browse files
cccclaifacebook-github-bot
authored andcommitted
Add gitmodules for third-party deps
Summary: As title, just first step and will add buck file next Reviewed By: mergennachin Differential Revision: D47486316 fbshipit-source-id: e0c32e38412a5f16503cb15b38a8582936b93f42
1 parent 48e390d commit f2aa5d1

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "third-party/prelude"]
2+
path = third-party/prelude
3+
url = https://github.com/facebook/buck2-prelude.git
4+
[submodule "third-party/flatbuffers"]
5+
path = third-party/flatbuffers
6+
url = https://github.com/google/flatbuffers.git
7+
[submodule "third-party/pytorch"]
8+
path = third-party/pytorch
9+
url = https://github.com/pytorch/pytorch.git

third-party/buck2-prelude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 55608cc270bd2c9dcb9b216fc50011f8af183375

third-party/flatbuffers

Submodule flatbuffers added at 338393f

third-party/pytorch

Submodule pytorch added at 15fd1ea

0 commit comments

Comments
 (0)