Skip to content

Commit

Permalink
fix a NPU option bug
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 15, 2023
1 parent 5d3c526 commit 107e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api_cc/src/DeepPot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ init (const int & npu_rank)
use_off_line.set_b(true);
mix_compile_mode.set_b(false);
op_debug_level.set_i(0);
op_debug_level.set_s("must_keep_origin_dtype");
precision_mode.set_s("must_keep_origin_dtype");
params->insert({"use_off_line", use_off_line});
params->insert({"mix_compile_mode", mix_compile_mode});
params->insert({"op_debug_level", op_debug_level});
Expand Down

0 comments on commit 107e6f6

Please sign in to comment.