Commit 1f39e69b authored by Evelina Bakhturina's avatar Evelina Bakhturina
Browse files

update

parent 73fef4fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ We officially support only python 3.6, pytorch 1.5, cuda 10, and nccl 2.6 versio

To use this repo please install the latest supported versions of PyTorch with GPU support and NVIDIA [APEX](https://github.com/NVIDIA/apex#quick-start). 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.

You can either clone the repo or install megatron via pip:
To use megatron you can either clone the repo or install it via pip:
<pre>
pip install megatron
</pre>
+0 −4
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@ with open("README.md", "r") as fh:
def req_file(filename):
    with open(filename) as f:
        content = f.readlines()
    # you may also want to remove whitespace characters
    # Example: `\n` at the end of each line
    return [x.strip() for x in content]


@@ -67,8 +65,6 @@ setuptools.setup(
    # The licence under which the project is released
    license=__license__,
    classifiers=[
        'Development Status :: 4 - Beta',
        # Indicate who your project is intended for
        'Intended Audience :: Developers',
        'Intended Audience :: Science/Research',
        'Intended Audience :: Information Technology',