Skip to content

Commit

Permalink
remove cuda debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMoussalli committed Oct 5, 2023
1 parent caa649a commit 0a255da
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/caption_images/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

logger = logging.getLogger(__name__)

os.environ['CUDA_LAUNCH_BLOCKING'] = "1"
os.environ['TORCH_CUDNN_V8_API_DISABLED'] = "1"


Expand Down
1 change: 0 additions & 1 deletion components/embed_images/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

logger = logging.getLogger(__name__)

os.environ['CUDA_LAUNCH_BLOCKING'] = "1"
os.environ['TORCH_CUDNN_V8_API_DISABLED'] = "1"


Expand Down
1 change: 0 additions & 1 deletion components/segment_images/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

logger = logging.getLogger(__name__)

os.environ['CUDA_LAUNCH_BLOCKING'] = "1"
os.environ['TORCH_CUDNN_V8_API_DISABLED'] = "1"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

logger = logging.getLogger(__name__)

os.environ["CUDA_LAUNCH_BLOCKING"] = "1"
os.environ["TORCH_CUDNN_V8_API_DISABLED"] = "1"


Expand Down

0 comments on commit 0a255da

Please sign in to comment.