Skip to content

Commit

Permalink
Commit with rpn gnn tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwzhanggy committed Oct 22, 2024
1 parent fa0ac97 commit c142e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tinybig/util/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def set_random_seed(random_seed: int = 0):
torch.backends.cudnn.deterministic = True
torch.backends.cudnn.benchmark = False
torch.use_deterministic_algorithms(True)
os.environ['CUBLAS_WORKSPACE_CONFIG'] = ':4096:8'


def check_file_existence(complete_file_path):
Expand Down

0 comments on commit c142e37

Please sign in to comment.