Skip to content

Commit

Permalink
Remove outdated packaging files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcasper committed Sep 29, 2021
1 parent 5ab6463 commit 6c00f44
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 150 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
__pycache__

# Distribution / packaging
build/
dist/
*.egg-info/
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ We have tested Megatron with [NGC's PyTorch container](https://ngc.nvidia.com/ca

To use this repository, please install the latest supported versions of PyTorch with GPU support (python 3.8, pytorch 1.8, cuda 11.1, and nccl 2.8.3 and above) 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.12-py3`). Data preprocessing requires [NLTK](https://www.nltk.org/install.html), though this is not required for training, evaluation, or downstream tasks.

<!--
To use megatron you can either clone the repo or install it via pip (make sure python3-dev is installed):
<pre>
pip install megatron-lm
</pre>
-->

## Downloading Checkpoints
We have provided pretrained [BERT-345M](https://ngc.nvidia.com/catalog/models/nvidia:megatron_bert_345m) and [GPT-345M](https://ngc.nvidia.com/catalog/models/nvidia:megatron_lm_345m) checkpoints for use to evaluate or finetuning downstream tasks. To access these checkpoints, first [sign up](https://ngc.nvidia.com/signup) for and [setup](https://ngc.nvidia.com/setup/installers/cli) the NVIDIA GPU Cloud (NGC) Registry CLI. Further documentation for downloading models can be found in the [NGC documentation](https://docs.nvidia.com/dgx/ngc-registry-cli-user-guide/index.html#topic_6_4_1).

Expand Down
11 changes: 0 additions & 11 deletions megatron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
# limitations under the License.
import torch

from .package_info import (
__description__,
__contact_names__,
__url__,
__download_url__,
__keywords__,
__license__,
__package_name__,
__version__,
)

from .global_vars import get_args
from .global_vars import get_current_global_batch_size
from .global_vars import get_num_microbatches
Expand Down
30 changes: 0 additions & 30 deletions megatron/package_info.py

This file was deleted.

5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

91 changes: 0 additions & 91 deletions setup.py

This file was deleted.

0 comments on commit 6c00f44

Please sign in to comment.