Skip to content

Commit e9264fa

Browse files
committed
torch._C._jit_set_profiling_mode(False)
1 parent 074fa55 commit e9264fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iopaint/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
torch._C._jit_override_can_fuse_on_gpu(False)
1717
torch._C._jit_set_texpr_fuser_enabled(False)
1818
torch._C._jit_set_nvfuser_enabled(False)
19+
torch._C._jit_set_profiling_mode(False)
1920
except:
2021
pass
2122

0 commit comments

Comments
 (0)