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 c8311e6 commit b70c8e3Copy full SHA for b70c8e3
shim/xplat/executorch/build/env_interface.bzl
@@ -39,9 +39,12 @@ _EXTERNAL_DEPS = {
39
"gtest_aten": "//third-party:gtest_aten",
40
"libtorch": "//third-party:libtorch",
41
"libtorch_python": "//third-party:libtorch_python",
42
+ # Huggingface Tokenizer
43
+ "nlohmann_json": [], # Intentionally not supporting OSS buck build HF tokenizer.
44
"prettytable": "//third-party:prettytable",
45
"pybind11": "//third-party:pybind11",
46
"re2": "//extension/llm/third-party:re2",
47
+ "sentencepiece": [], # Intentionally not supporting OSS buck build of sentencepiece.
48
"sentencepiece-py": [],
49
# Core C++ PyTorch functionality like Tensor and ScalarType.
50
"torch-core-cpp": "//third-party:libtorch",
0 commit comments