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