We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdb4e1 commit 4f35cd1Copy full SHA for 4f35cd1
training_cli.py
@@ -9,6 +9,7 @@
9
10
hps = utils.get_hparams()
11
os.environ["CUDA_VISIBLE_DEVICES"] = hps.gpus.replace("-", ",")
12
+os.environ["NCCL_P2P_DISABLE"] = 1
13
from random import shuffle, randint
14
15
import torch
0 commit comments