Skip to content

Commit

Permalink
reduce splitsize
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 26, 2023
1 parent ac17834 commit e692c07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"""
import os
# os.environ["CUDA_VISIBLE_DEVICES"]='0'
os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "max_split_size_mb:256"


import datetime
import gc
Expand Down

0 comments on commit e692c07

Please sign in to comment.