Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CortexVersion = "0.29.0" // CORTEX_VERSION CortexVersionMinor = "0.29" // CORTEX_VERSION_MINOR SingleModelName = "_cortex_default" DefaultImagePythonPredictorCPU = fmt.Sprintf("%s/python-predictor-cpu:%s", defaultRegistry(), CortexVersion) DefaultImagePythonPredictorGPU = fmt.Sprintf("%s/python-predictor-gpu:%s-cuda10.2-cudnn8", defaultRegistry(), CortexVersion) DefaultImagePythonPredictorInf = fmt.Sprintf("%s/python-predictor-inf:%s", defaultRegistry(), CortexVersion) DefaultImageTensorFlowServingCPU = fmt.Sprintf("%s/tensorflow-serving-cpu:%s", defaultRegistry(), CortexVersion) DefaultImageTensorFlowServingGPU = fmt.Sprintf("%s/tensorflow-serving-gpu:%s", defaultRegistry(), CortexVersion) DefaultImageTensorFlowServingInf = fmt.Sprintf("%s/tensorflow-serving-inf:%s", defaultRegistry(), CortexVersion) DefaultImageTensorFlowPredictor = fmt.Sprintf("%s/tensorflow-predictor:%s", defaultRegistry(), CortexVersion) DefaultImageONNXPredictorCPU = fmt.Sprintf("%s/onnx-predictor-cpu:%s", defaultRegistry(), CortexVersion) DefaultImageONNXPredictorGPU = fmt.Sprintf("%s/onnx-predictor-gpu:%s", defaultRegistry(), CortexVersion) DefaultImagePathsSet = strset.New( DefaultImagePythonPredictorCPU, DefaultImagePythonPredictorGPU, DefaultImagePythonPredictorInf, DefaultImageTensorFlowServingCPU, DefaultImageTensorFlowServingGPU, DefaultImageTensorFlowServingInf, DefaultImageTensorFlowPredictor, DefaultImageONNXPredictorCPU, DefaultImageONNXPredictorGPU, ) DefaultMaxReplicaConcurrency = int64(1024) NeuronCoresPerInf = int64(4) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.