We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7534a6 commit 68db901Copy full SHA for 68db901
README.md
@@ -31,3 +31,9 @@ TorchServe Client for Java is a Java client library for [TorchServe](https://pyt
31
## Usage
32
33
See [examples](./examples/).
34
+
35
+## Build
36
37
+```console
38
+mvn clean install
39
+```
pom.xml
@@ -8,6 +8,7 @@
8
<version>0.1-SNAPSHOT</version>
9
10
<name>TorchServe Client for Java</name>
11
+ <description>A Java client library for TorchServe</description>
12
<url>https://github.com/tadayosi/torchserve-client-java</url>
13
14
<scm>
0 commit comments