Skip to content

Commit

Permalink
fix: valid_directml_backends
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 21, 2024
1 parent 2507a17 commit ec3d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastdeploy/fastdeploy_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FASTDEPLOY_DECL FastDeployModel {
std::vector<Backend> valid_timvx_backends = {};
/** Model's valid directml backends. This member defined all the onnxruntime directml backends have successfully tested for the model
*/
std::vector<Backend> valid_directml_backends = {};
std::vector<Backend> valid_directml_backends = {Backend::ORT};
/** Model's valid ascend backends. This member defined all the cann backends have successfully tested for the model
*/
std::vector<Backend> valid_ascend_backends = {};
Expand Down

0 comments on commit ec3d4c7

Please sign in to comment.