mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Add nanopb submodule.
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
This commit is contained in:
parent
35bddb6b7e
commit
ac8d3372b0
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
|||
[submodule "torch/lib/pybind11"]
|
||||
path = torch/lib/pybind11
|
||||
url = https://github.com/pybind/pybind11
|
||||
[submodule "torch/lib/nanopb"]
|
||||
path = torch/lib/nanopb
|
||||
url = https://github.com/nanopb/nanopb.git
|
||||
|
|
|
|||
1
torch/lib/nanopb
Submodule
1
torch/lib/nanopb
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 14efb1a47a496652ab08b1ebcefb0ea24ae4a5e4
|
||||
Loading…
Reference in a new issue