Skip to content

Commit 36aa4a6

Browse files
Fix invalid argument to proto_library
PiperOrigin-RevId: 689518816
1 parent b2be8a3 commit 36aa4a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tensorflow_serving/apis/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ serving_proto_library(
194194
srcs = ["prediction_service.proto"],
195195
has_services = 1,
196196
cc_grpc_version = 1,
197-
use_java_stubby_library = False,
198197
deps = [
199198
":classification_proto",
200199
":get_model_metadata_proto",

tensorflow_serving/apis/prediction_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
package tensorflow.serving;
44
option cc_enable_arenas = true;
5-
option use_java_stubby_library = false;
5+
// internal rpc option
66

77
import "tensorflow_serving/apis/classification.proto";
88
import "tensorflow_serving/apis/get_model_metadata.proto";

0 commit comments

Comments
 (0)