Skip to content

Files

Latest commit

 

History

History
29 lines (23 loc) · 1.02 KB

README.MD

File metadata and controls

29 lines (23 loc) · 1.02 KB

Maven Central PyPI version

hydro-serving-protos

This repository constains .proto messages definitions that are commonly used in hydro-serving

Some Tensorflow proto messages were extracted from main repo and slightly modified to satisfy our needs.

Build

Run

make [language]

to run codegen for specified languages. If language is omitted, then it builds bindings for every supported language.

Prerequisites

Java

Create a file gradle.properties in java-package with the following content:

signing.keyId=PublicKeyShortId
signing.password=KeyPassword
signing.secretKeyRingFile=PathToPrivateKeyring

ossrhUsername=JiraUsername
ossrhPassword=JiraPassword