1inkusFace commited on
Commit
a9d3efe
·
verified ·
1 Parent(s): 036a506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ import torch
42
  def install_flashattn():
43
  subprocess.run(['sh', './flashattn.sh'])
44
 
45
- install_flashattn()
46
 
47
  torch.backends.cuda.matmul.allow_tf32 = False
48
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
 
42
  def install_flashattn():
43
  subprocess.run(['sh', './flashattn.sh'])
44
 
45
+ #install_flashattn()
46
 
47
  torch.backends.cuda.matmul.allow_tf32 = False
48
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False