mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Remove unnecessary debug log
This commit is contained in:
parent
4ddd6bdd31
commit
5a57c99f98
1 changed files with 0 additions and 6 deletions
|
|
@ -158,10 +158,4 @@ class OrtSession:
|
|||
if sess_options.inter_op_num_threads > 1:
|
||||
sess_options.execution_mode = ort.ExecutionMode.ORT_PARALLEL
|
||||
|
||||
log.debug(
|
||||
f"_sess_options_default returning: "
|
||||
f"inter_op_num_threads={getattr(sess_options, 'inter_op_num_threads', None)}, "
|
||||
f"intra_op_num_threads={getattr(sess_options, 'intra_op_num_threads', None)}, "
|
||||
f"execution_mode={getattr(sess_options, 'execution_mode', None)}"
|
||||
)
|
||||
return sess_options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue