Fix for sentencepiece build

This commit is contained in:
ozanarmagan 2023-06-03 13:29:46 +03:00
parent 987745c4e3
commit ad1f4cb896

4
BUILD
View File

@ -38,6 +38,8 @@ cc_library(
deps = [
":headers",
":onnxruntime_lib",
"@sentencepiece",
"@sentencepiece//:sentencepiece_headers",
"@com_github_brpc_braft//:braft",
"@com_github_brpc_brpc//:brpc",
"@com_github_google_glog//:glog",
@ -53,8 +55,6 @@ cc_library(
"@s2geometry",
"@hnsw",
# "@zip",
"@sentencepiece",
"@sentencepiece//:sentencepiece_headers"
],
)