ford442 commited on
Commit
68f04f9
·
verified ·
1 Parent(s): a1c9675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ torch.backends.cudnn.benchmark = False
86
  torch.backends.cuda.preferred_blas_library="cublas"
87
  torch.backends.cuda.preferred_linalg_library="cusolver"
88
  torch.set_float32_matmul_precision("highest")
89
- torch.cuda.memory._record_memory_history(enabled='None', context='None', stacks='None', max_entries=9223372036854775807, device=None)
90
 
91
  HF_TOKEN = os.getenv("HF_TOKEN")
92
  FTP_HOST = os.getenv("FTP_HOST")
 
86
  torch.backends.cuda.preferred_blas_library="cublas"
87
  torch.backends.cuda.preferred_linalg_library="cusolver"
88
  torch.set_float32_matmul_precision("highest")
89
+ torch.cuda.memory._record_memory_history(enabled=False)
90
 
91
  HF_TOKEN = os.getenv("HF_TOKEN")
92
  FTP_HOST = os.getenv("FTP_HOST")