Skip to content

Commit

Permalink
feat(tokenizers): Add submodule for nlohmann/json
Browse files Browse the repository at this point in the history
pytorch#1251
Branch: TokenizersCpp-1251

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
  • Loading branch information
gabe-l-hart committed Oct 4, 2024
1 parent 4e5a279 commit 2f3c951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "tokenizer/third-party/sentencepiece"]
path = tokenizer/third-party/sentencepiece
url = https://github.com/google/sentencepiece.git
[submodule "tokenizer/third-party/json"]
path = tokenizer/third-party/json
url = https://github.com/nlohmann/json.git
1 change: 1 addition & 0 deletions tokenizer/third-party/json
Submodule json added at b36f4c

0 comments on commit 2f3c951

Please sign in to comment.