From 930fe72f43524b4e355ef671c7180cc6cf9eefb5 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期一, 01 四月 2024 15:27:20 +0800 Subject: [PATCH] set batch default value --- runtime/onnxruntime/include/com-define.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/runtime/onnxruntime/include/com-define.h b/runtime/onnxruntime/include/com-define.h index 7160a0e..9480b0b 100644 --- a/runtime/onnxruntime/include/com-define.h +++ b/runtime/onnxruntime/include/com-define.h @@ -51,6 +51,7 @@ #define QUANT_MODEL_NAME "model_quant.onnx" // gpu models #define INFER_GPU "gpu" +#define BATCHSIZE "batch-size" #define TORCH_MODEL_NAME "model.torchscripts" #define TORCH_QUANT_MODEL_NAME "model_quant.torchscripts" #define BLADE_MODEL_NAME "model.blade.fp16.pt" -- Gitblit v1.9.1