aboutsummaryrefslogtreecommitdiff
path: root/tests/InferenceModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InferenceModel.hpp')
-rw-r--r--tests/InferenceModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index dca3ab2788..cab594ed48 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.hpp
@@ -367,7 +367,7 @@ public:
options
.allow_unrecognised_options()
.add_options()
- ("m,model-dir", "Path to directory containing model files (.caffemodel/.prototxt/.tflite)",
+ ("m,model-dir", "Path to directory containing model files (.prototxt/.tflite)",
cxxopts::value<std::string>(cLineOptions.m_ModelDir))
("c,compute", backendsMessage.c_str(),
cxxopts::value<std::vector<std::string>>(cLineOptions.m_ComputeDevices)->default_value("CpuRef"))