Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ import csv
|
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
28 |
|
29 |
-
torch.backends.cuda.matmul.allow_tf32 =
|
30 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
31 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|
32 |
-
torch.backends.cudnn.allow_tf32 =
|
33 |
torch.backends.cudnn.deterministic = False
|
34 |
|
35 |
torch.backends.cudnn.benchmark = False
|
|
|
26 |
from datetime import datetime
|
27 |
from openai import OpenAI
|
28 |
|
29 |
+
torch.backends.cuda.matmul.allow_tf32 = True
|
30 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
31 |
torch.backends.cuda.matmul.allow_fp16_reduced_precision_reduction = False
|
32 |
+
torch.backends.cudnn.allow_tf32 = True
|
33 |
torch.backends.cudnn.deterministic = False
|
34 |
|
35 |
torch.backends.cudnn.benchmark = False
|