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

Commit

Permalink
links to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Apr 11, 2022
1 parent 09b2630 commit 52fddba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/neox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
* [Checkpoint downloading and loading helpers](checkpoint.html)
* [Simple dataset for fine-tuning](data.html)
* [Utilities](utils/index.html)
### [Samples](samples/__init__.py)
* [Generating text with pipeline-parallel](samples/generating_pipe.html)
* [Generating text by running the model layer-by-layer](samples/generating_single_gpu.html)
* [Fine tuning the biases with pipeline-parallel](samples/fine_tune_biases.html)
"""

0 comments on commit 52fddba

Please sign in to comment.