Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693403475
Change-Id: I48666fc094d42ab7a93f3f8ab5be8864bba93b42
  • Loading branch information
ericsalo authored and copybara-github committed Nov 5, 2024
1 parent 2972f77 commit 62de359
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions saxml/protobuf/audio.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ package sax.server.audio;

import "saxml/protobuf/common.proto";

// unused internal Java option

message AsrRequest {
enum AudioFormat {
UNSPECIFIED = 0;
Expand Down
2 changes: 0 additions & 2 deletions saxml/protobuf/custom.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ package sax.server.custom;

import "saxml/protobuf/common.proto";

// unused internal Java option

// Usage:
//
// custom_req = CustomRequest(model_key="lm1t",
Expand Down
2 changes: 0 additions & 2 deletions saxml/protobuf/lm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ package sax.server.lm;

import "saxml/protobuf/common.proto";

// unused internal Java option

// Usage:
//
// score_req = ScoreRequest(model_key="lm1t",
Expand Down
1 change: 0 additions & 1 deletion saxml/protobuf/multimodal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package sax.server.multimodal;
import "saxml/protobuf/common.proto";

option java_package = "com.google.saxml";
// unused internal Java option

message IdList {
repeated int64 id = 1;
Expand Down
2 changes: 0 additions & 2 deletions saxml/protobuf/vision.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ package sax.server.vision;

import "saxml/protobuf/common.proto";

// unused internal Java option

message ClassifyRequest {
string model_key = 1;
bytes image_bytes = 2;
Expand Down
1 change: 0 additions & 1 deletion saxml/saxml.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def proto_library(
name,
srcs = [],
has_services = None, # @unused
use_java_stubby_library = None, # @unused
deps = [],
**kwargs):
_proto_library(name = name, srcs = srcs, deps = deps, **kwargs)
Expand Down

0 comments on commit 62de359

Please sign in to comment.