Skip to content

Commit

Permalink
feat(tokenize)!: Add gtest submodule
Browse files Browse the repository at this point in the history
pytorch#1251
Branch: TokenizersCpp-1251

Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Nov 15, 2024
1 parent b022b02 commit 10cae38
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 @@ -10,3 +10,6 @@
[submodule "tokenizer/third-party/json"]
path = tokenizer/third-party/json
url = https://github.com/nlohmann/json.git
[submodule "tokenizer/third-party/googletest"]
path = tokenizer/third-party/googletest
url = https://github.com/google/googletest.git
1 change: 1 addition & 0 deletions tokenizer/third-party/googletest
Submodule googletest added at df1544

0 comments on commit 10cae38

Please sign in to comment.