Update app.py
Browse files
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
|