Slava917 commited on
Commit
9719ddd
1 Parent(s): ed47f0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ from cryptography.utils import CryptographyDeprecationWarning
7
  with warnings.catch_warnings():
8
  warnings.filterwarnings('ignore', category=CryptographyDeprecationWarning)
9
  import paramiko
10
- torch._C._jit_override_can_fuse_on_cpu(False)
 
11
  torch._C._jit_override_can_fuse_on_gpu(False)
12
  torch._C._jit_set_texpr_fuser_enabled(False)
13
  torch._C._jit_set_nvfuser_enabled(False)
 
7
  with warnings.catch_warnings():
8
  warnings.filterwarnings('ignore', category=CryptographyDeprecationWarning)
9
  import paramiko
10
+
11
+ torch._C._jit_override_can_fuse_on_cpu(False)
12
  torch._C._jit_override_can_fuse_on_gpu(False)
13
  torch._C._jit_set_texpr_fuser_enabled(False)
14
  torch._C._jit_set_nvfuser_enabled(False)