Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

AiflooAB/tensorrt-grpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorRT Inference Server Go gRPC client

How to use

Download package using any package manager, ex:

dep ensure -add "github.com/AiflooAB/tensorrt-grpc-go/pkg/nvidia_inferenceserver"

or

go get -u "github.com/AiflooAB/tensorrt-grpc-go/pkg/nvidia_inferenceserver"

and add a package reference:

import nv "github.com/AiflooAB/tensorrt-grpc-go/pkg/nvidia_inferenceserver"

Codegen

To re-generate client, check TAG variable (current v1.2.0) in Makefile and run make

About

TensorRT Inference Server Go gRPC client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors