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 ae164b4 commit a892fcfCopy full SHA for a892fcf
shim/xplat/executorch/build/env_interface.bzl
@@ -42,6 +42,7 @@ _EXTERNAL_DEPS = {
42
"prettytable": "//third-party:prettytable",
43
"pybind11": "//third-party:pybind11",
44
"re2": [], # TODO(larryliu0820): Add support
45
+ "sentencepiece": [],
46
# Core C++ PyTorch functionality like Tensor and ScalarType.
47
"torch-core-cpp": "//third-party:libtorch",
48
"torchgen": "//third-party:torchgen",
0 commit comments