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
The MegatronLM sample is set to 0.4 and needs an update to a later version starting at 0.7. The version should be configurable with a default in the docker file (top).
This is the part to update but there will be dependencies changes, for example on transformers and NCCL + OFI.
RUN cd /workspace && git clone --depth 1 --branch core_v0.4.0 https://github.com/NVIDIA/Megatron-LM.git \
&& cd Megatron-LM \
&& python3 -m pip install nltk \
&& python -m pip install .
The text was updated successfully, but these errors were encountered:
mhuguesaws
changed the title
Bump Megatron LM example from 0.4 to 0.7 (or latest as option)
Bump Megatron LM example from 0.4 to 0.8.0 (or latest as option)
Sep 20, 2024
* Change nvidia pytorch to 24.08
* Change package version and clean up
* Change ocntainer to define megatron core and transformers versions
* Add OMPI and NCCL environment variables
* Fix pkg_resources for setuptools 70+
The MegatronLM sample is set to 0.4 and needs an update to a later version starting at 0.7. The version should be configurable with a default in the docker file (top).
This is the part to update but there will be dependencies changes, for example on transformers and NCCL + OFI.
The text was updated successfully, but these errors were encountered: