Commit ca19a8b5 authored by Mohammad's avatar Mohammad
Browse files

updated scripts

parent fe40745e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ For BERT training, we swapped the position of the layer normalization and the re

<a id="setup"></a>
# Setup
We officially support only python3.6 and above.
We officially support only python 3.6, pytorch 1.5, cuda 10, and nccl 2.6 versions and above.

To use this repo please install the latest supported versions of PyTorch with GPU support. We strongly recommend using one of [NGC's recent PyTorch containers](https://ngc.nvidia.com/catalog/containers/nvidia:pytorch) (the latest compatible version at time of publication can be pulled with `docker pull nvcr.io/nvidia/pytorch:20.03-py3`). Data preprocessing requires [NLTK](https://www.nltk.org/install.html), though this is not required for training, evaluation or downstream tasks.

+0 −0

File mode changed from 100644 to 100755.

+0 −0

File mode changed from 100644 to 100755.

+0 −0

File mode changed from 100644 to 100755.

examples/merge_mp_bert.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

Loading