Skip to content

Commit

Permalink
Merge pull request #327 from RaulPPelaez/disable_tf
Browse files Browse the repository at this point in the history
Disable TF32 usage by default
  • Loading branch information
RaulPPelaez authored May 21, 2024
2 parents c9d55fc + 0f49ca1 commit a6a7efb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torchmdnet/models/tensornet.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
)

__all__ = ["TensorNet"]
torch.set_float32_matmul_precision("high")
torch.backends.cuda.matmul.allow_tf32 = True


def vector_to_skewtensor(vector):
Expand Down

0 comments on commit a6a7efb

Please sign in to comment.