You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the data tarball and extract it into the root of your nemo clone.
NeMo installation
To keep the whole thunder team on the same NeMo revisions, and to prevent having a bunch of "modify file to call thunder.jit()" instructions, we temporarily maintain our own branch of thunder. You can grab it by cloning https://github.com/tfogal/NeMo.git. Make sure you have checked out the tfogal/thunder-nemo branch.
To install NeMo, run python3 -m pip install -e . from the root of the checked-out directory.
The above command was pulled from NeMo's CI testing for this model and lightly modified to account for other directories and set appropriate environment variables.
🚀 Feature
Support NeMo's LLM
MegatronGPTModel
Initial examine:
Found 44 distinct operations, of which 33 (75%) are supported
Motivation
Pitch
Work items
Running the model
Required data
Download the data tarball and extract it into the root of your nemo clone.
NeMo installation
To keep the whole thunder team on the same NeMo revisions, and to prevent having a bunch of "modify file to call
thunder.jit()
" instructions, we temporarily maintain our own branch of thunder. You can grab it by cloninghttps://github.com/tfogal/NeMo.git
. Make sure you have checked out thetfogal/thunder-nemo
branch.To install NeMo, run
python3 -m pip install -e .
from the root of the checked-out directory.Running the network
The above command was pulled from NeMo's CI testing for this model and lightly modified to account for other directories and set appropriate environment variables.
cc @tfogal
The text was updated successfully, but these errors were encountered: