diff --git a/fastdeploy/runtime/runtime.cc b/fastdeploy/runtime/runtime.cc index 97ecd8e73..cc4b23da9 100644 --- a/fastdeploy/runtime/runtime.cc +++ b/fastdeploy/runtime/runtime.cc @@ -472,9 +472,9 @@ void Runtime::CreateSophgoNPUBackend() { Runtime* Runtime::Clone(void* stream, int device_id) { Runtime* runtime = new Runtime(); if (option.backend != Backend::OPENVINO && - option.backend != Backend::PDINFER && option.backend != Backend::TRT) { + option.backend != Backend::PDINFER) { runtime->Init(option); - FDWARNING << "Only OpenVINO/Paddle Inference/TensorRT support \ + FDWARNING << "Only OpenVINO/Paddle Inference support \ clone engine to reduce CPU/GPU memory usage now. For " << option.backend << ", FastDeploy will create a new engine which \