Skip to content

Commit

Permalink
cleanup: explicitly set use_java_stubby_library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689482331
  • Loading branch information
netfs authored and tensorflow-copybara committed Oct 24, 2024
1 parent 5f55e76 commit b2be8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_serving/apis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ serving_proto_library(
srcs = ["prediction_service.proto"],
has_services = 1,
cc_grpc_version = 1,
use_java_stubby_library = False,
deps = [
":classification_proto",
":get_model_metadata_proto",
Expand Down
1 change: 1 addition & 0 deletions tensorflow_serving/apis/prediction_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";

package tensorflow.serving;
option cc_enable_arenas = true;
option use_java_stubby_library = false;

import "tensorflow_serving/apis/classification.proto";
import "tensorflow_serving/apis/get_model_metadata.proto";
Expand Down

0 comments on commit b2be8a3

Please sign in to comment.