Skip to content

Commit

Permalink
Update Question_Answering.ipynb (NVIDIA#5049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhilin123 authored and jubick1337 committed Oct 3, 2022
1 parent 903b40a commit 32e9966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/nlp/Question_Answering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@
"config.trainer.max_steps = -1 # takes precedence over max_epochs\n",
"config.trainer.precision = 16\n",
"config.trainer.devices = [0] # 0 for CPU, or list of the GPUs to use e.g. [0, 1] or [0]\n",
"config.trainer.accelerator = \"gpu\""
"config.trainer.accelerator = \"gpu\"\n",
"config.trainer.strategy=\"ddp_fork\""
]
},
{
Expand Down

0 comments on commit 32e9966

Please sign in to comment.