Skip to content

Commit

Permalink
disable nvfuser
Browse files Browse the repository at this point in the history
Signed-off-by: ericharper <[email protected]>
  • Loading branch information
ericharper committed Mar 15, 2022
1 parent a18e493 commit 273f623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(self, cfg: DictConfig, trainer: Trainer):
self._validate_trainer()

# used in NVIDIA NGC PyTorch containers
self._enable_nvidia_optimizations()
# self._enable_nvidia_optimizations()

if self.cfg.get('use_cpu_initialization', False) is False:
torch.cuda.set_device(trainer.local_rank)
Expand Down

0 comments on commit 273f623

Please sign in to comment.