Skip to content

Commit

Permalink
Temp WA for issues with logging
Browse files Browse the repository at this point in the history
external/ovms/src/rerank/rerank_calculator.cc:373:29: error:
'rerank_calculator_logger' was not declared in this scope
Even tough ovms is build with no mp no py option
  • Loading branch information
atobiszei committed Dec 20, 2024
1 parent c16fa30 commit e355dd2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions third_party/ovms_no_rerank_embed.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/src/BUILD b/src/BUILD
index 5fe77a7d3..42217ad25 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -458,8 +458,9 @@ cc_library(
}) + select({
"//conditions:default": [],
"//:not_disable_mediapipe" : [
- "//src/embeddings:embeddingscalculator",
- "//src/rerank:rerankcalculator",],
+ #"//src/embeddings:embeddingscalculator",
+ #"//src/rerank:rerankcalculator",],
+ ],
}) + select({
"//:enable_drogon": ["libdrogon_http_server"],
"//conditions:default" : ["libnet_http_server"],

0 comments on commit e355dd2

Please sign in to comment.