mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
33fecf057f
commit
e487ba7333
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
1
third_party/nlohmann
vendored
Submodule
Submodule third_party/nlohmann added at 87cda1d664
Reference in New Issue
Block a user