Skip to content

Commit

Permalink
chore: remove use_deterministic_algorithms=True since it causes cuda …
Browse files Browse the repository at this point in the history
…errors (#137)
  • Loading branch information
chanind authored May 11, 2024
1 parent 2d3e990 commit 1a3bedb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def reproducibility():
seed = 0x1234_5678_9ABC_DEF0
torch.manual_seed(seed)
torch.cuda.manual_seed_all(seed)
torch.use_deterministic_algorithms(True)
torch.backends.cudnn.benchmark = False
# Python native RNG; docs don't give any limitations on seed range
random.seed(seed)
Expand Down

0 comments on commit 1a3bedb

Please sign in to comment.