Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ torch.backends.cudnn.deterministic = False
|
|
22 |
torch.backends.cudnn.benchmark = False
|
23 |
torch.backends.cuda.preferred_blas_library="cublas"
|
24 |
torch.backends.cuda.preferred_linalg_library="cusolver"
|
25 |
-
torch.set_float32_matmul_precision("
|
26 |
|
27 |
os.putenv("HF_HUB_ENABLE_HF_TRANSFER","1")
|
28 |
os.environ["SAFETENSORS_FAST_GPU"] = "1"
|
|
|
22 |
torch.backends.cudnn.benchmark = False
|
23 |
torch.backends.cuda.preferred_blas_library="cublas"
|
24 |
torch.backends.cuda.preferred_linalg_library="cusolver"
|
25 |
+
torch.set_float32_matmul_precision("high")
|
26 |
|
27 |
os.putenv("HF_HUB_ENABLE_HF_TRANSFER","1")
|
28 |
os.environ["SAFETENSORS_FAST_GPU"] = "1"
|