Add nlohmann/json submodule (#80322)

Summary: Introduce nlohmann/json as a submodule within pytorch/third_party. This library is already a transitive dependency and is included in our licenses file. Adding it directly to third_party will enable its use by the CoreML backend.

Test Plan: There are no code changes, so submodule sync and perform the steps outline in the building from source section of the pytorch readme.

Differential Revision: D37449817

Pull Request resolved: https://github.com/pytorch/pytorch/pull/80322
Approved by: https://github.com/mcr229
This commit is contained in:
John Detloff
2022-06-28 23:54:33 +00:00
committed by PyTorch MergeBot
parent 33fecf057f
commit e487ba7333
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -142,3 +142,6 @@
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/nlohmann"]
path = third_party/nlohmann
url = https://github.com/nlohmann/json.git

1
third_party/nlohmann vendored Submodule

Submodule third_party/nlohmann added at 87cda1d664