mirror of
https://github.com/typesense/typesense.git
synced 2025-05-17 20:22:32 +08:00
Fix for sentencepiece build
This commit is contained in:
parent
987745c4e3
commit
ad1f4cb896
4
BUILD
4
BUILD
@ -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"
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user