Skip to content

Commit

Permalink
Fix invalid argument to proto_library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689518816
  • Loading branch information
mkruskal-google authored and tensorflow-copybara committed Oct 24, 2024
1 parent b2be8a3 commit 36aa4a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tensorflow_serving/apis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ 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
2 changes: 1 addition & 1 deletion tensorflow_serving/apis/prediction_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package tensorflow.serving;
option cc_enable_arenas = true;
option use_java_stubby_library = false;
// internal rpc option

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

0 comments on commit 36aa4a6

Please sign in to comment.