We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4450532 commit 334af4aCopy full SHA for 334af4a
shim_et/xplat/executorch/build/env_interface.bzl
@@ -47,6 +47,7 @@ _EXTERNAL_DEPS = {
47
"nlohmann_json": [], # Intentionally not supporting OSS buck build HF tokenizer.
48
"prettytable": "//third-party:prettytable",
49
"pybind11": "//third-party:pybind11",
50
+ "pcre2": "//extension/llm/tokenizers/third-party:pcre2",
51
"re2": "//extension/llm/tokenizers/third-party:re2",
52
"sentencepiece": [], # Intentionally not supporting OSS buck build of sentencepiece.
53
"sentencepiece-py": [],
0 commit comments