Skip to content

Commit

Permalink
fix padding_size
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranav.singh@intel.com>
  • Loading branch information
theBeginner86 committed Nov 4, 2024
1 parent f3815f1 commit 95c5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/triton/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
)

const (
PADDING_SIZE = 48000
PADDING_SIZE = 480000
)

func serverLiveRequest(client grpcClient.GRPCInferenceServiceClient) (*grpcClient.ServerLiveResponse, error) {
Expand Down

0 comments on commit 95c5be6

Please sign in to comment.