# config/ppocr-v5-rec.yaml model: name: "ppocr-v5-rec" # 模型文件路径 model_file: "/data/wkx/benchmark/models/ppocr-v5-rec_model.onnx" # 测试的batch大小 batch_sizes: [1, 8] # 输入配置 inputs: - name: "x" shape: [3, 48, 320] # BATCH会在运行时插入到第一个位置 # 环境变量 env_vars: # MIGRAPHX_ENABLE_NHWC: 1 # 额外参数 extra_args: []