Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed May 18, 2022
1 parent 0548572 commit 81dff8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple Annotated implementation of GPT-NeoX in PyTorch

This is a simpler implementation of [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) in PyTorch.
We have taken out several optimizations in GPT-NeoX for simplicity.
This is a simpler implementation of [GPT-NeoX](https://github.com/EleutherAI/gpt-neox) in PyTorch. We have taken out
several optimizations in GPT-NeoX for simplicity.

### [Annotated implementation](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/__init__.py)

Expand All @@ -13,7 +13,8 @@ We have taken out several optimizations in GPT-NeoX for simplicity.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai//neox/blob/main/notebooks/download_and_evaluate.ipynb)
* [Fine-tuning example](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/samples/fine_tune_biases.py)
* [Text generating on multi GPU](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/samples/generating_pipe.html)
* 🚧 [Text generating on a single GPU](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/samples/generating_single_gpu.html)
* [Text generating on a small GPU (offloading to CPU)](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/samples/generating_small_gpu.html)
* [Text generating on a single 48GB GPU](https://lit.labml.ai/github/labmlai/neox/tree/main/src/neox/samples/generating_gpu.html)

### Evaluation

Expand Down

0 comments on commit 81dff8c

Please sign in to comment.