-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pytorch-labs/tokenizers and remove tokenizer/ (#1401)
* Use pytorch-labs/tokenizers and remove tokenizer/ Summary: Use our shiny new repo https://github.com/pytorch-labs/tokenizers. Test Plan: Rely on CI jobs Reviewers: Subscribers: Tasks: Tags: * Fix pull.yml Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
- Loading branch information
1 parent
29428ef
commit fff956c
Showing
18 changed files
with
244 additions
and
1,547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
[submodule "tokenizer/third-party/abseil-cpp"] | ||
path = tokenizer/third-party/abseil-cpp | ||
url = https://github.com/abseil/abseil-cpp.git | ||
[submodule "tokenizer/third-party/re2"] | ||
path = tokenizer/third-party/re2 | ||
url = https://github.com/google/re2.git | ||
[submodule "tokenizer/third-party/sentencepiece"] | ||
path = tokenizer/third-party/sentencepiece | ||
url = https://github.com/google/sentencepiece.git | ||
[submodule "runner/third-party/tokenizers"] | ||
path = runner/third-party/tokenizers | ||
url = https://github.com/pytorch-labs/tokenizers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.