Skip to content

Commit

Permalink
torch._C._jit_set_profiling_mode(False)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanster committed Nov 23, 2024
1 parent 074fa55 commit e9264fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iopaint/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
torch._C._jit_override_can_fuse_on_gpu(False)
torch._C._jit_set_texpr_fuser_enabled(False)
torch._C._jit_set_nvfuser_enabled(False)
torch._C._jit_set_profiling_mode(False)
except:
pass

Expand Down

0 comments on commit e9264fa

Please sign in to comment.