File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ TritonModel::ResolveBackendPaths(
353
353
return Status::Success;
354
354
}
355
355
356
- // If not found, then we are processing a python backend based backend.
356
+ // If not found, then we are processing a python- based backend.
357
357
// We look for libtriton_python.so in python backend directory
358
358
// and model.py in provided custom backend's directory
359
359
std::string python_backend_dir = JoinPath ({global_backend_dir, " python" });
@@ -373,8 +373,8 @@ TritonModel::ResolveBackendPaths(
373
373
if (!exists) {
374
374
return Status (
375
375
Status::Code::INVALID_ARG,
376
- " unable to find '" + backend_name + " /model.py' for model ' " +
377
- model_name + " ', in " +
376
+ " unable to find '" + backend_libname + " ' or ' " + backend_name +
377
+ " /model.py' for model ' " + model_name + " ', in " +
378
378
JoinPath ({global_backend_dir, backend_name}));
379
379
}
380
380
You can’t perform that action at this time.
0 commit comments