We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcdf19 commit 617d301Copy full SHA for 617d301
shim_et/xplat/executorch/build/env_interface.bzl
@@ -48,6 +48,7 @@ _EXTERNAL_DEPS = {
48
"prettytable": "//third-party:prettytable",
49
"pybind11": "//third-party:pybind11",
50
"re2": "//extension/llm/tokenizers/third-party:re2",
51
+ "pcre2": "//third-party/pcre2:pcre2-8",
52
"sentencepiece": [], # Intentionally not supporting OSS buck build of sentencepiece.
53
"sentencepiece-py": [],
54
# Core C++ PyTorch functionality like Tensor and ScalarType.
0 commit comments