We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81e574 commit 43cf469Copy full SHA for 43cf469
large_language_model_pretraining/nemo/Dockerfile
@@ -18,6 +18,7 @@ FROM ${NEMO_BASE_IMAGE} AS nemo-base-image
18
RUN pip uninstall transformers -y
19
RUN pip install transformers==4.47.1 blobfile==3.0.0
20
RUN pip install prettytable==3.12.0
21
+RUN pip install toml==0.10.2
22
RUN pip install git+https://github.com/mlcommons/[email protected]
23
24
# setup workspace
0 commit comments