Skip to content

Commit

Permalink
chore: Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Mar 4, 2025
1 parent 758d339 commit 4037e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastembed/common/onnx_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _load_onnx_model(

so = ort.SessionOptions()
so.graph_optimization_level = ort.GraphOptimizationLevel.ORT_ENABLE_ALL
# so.add_session_config_entry("memory.enable_memory_arena_shrinkage", "1")

if threads is not None:
so.intra_op_num_threads = threads
Expand Down

0 comments on commit 4037e14

Please sign in to comment.