Commit ·
1ddbe20
1
Parent(s): 3a8f86d
Update README.md
Browse files
README.md
CHANGED
|
@@ -99,7 +99,7 @@ pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp
|
|
| 99 |
```
|
| 100 |
|
| 101 |
```
|
| 102 |
-
pip install nemo_toolkit['nlp']==1.
|
| 103 |
```
|
| 104 |
|
| 105 |
Alternatively, you can use NeMo Megatron training docker container with all dependencies pre-installed - [https://developer.nvidia.com/nemo-megatron-open-beta?nvid=nv-int-tblg-249896](https://developer.nvidia.com/nemo-megatron-open-beta)
|
|
@@ -111,7 +111,7 @@ Alternatively, you can use NeMo Megatron training docker container with all depe
|
|
| 111 |
```
|
| 112 |
git clone https://github.com/NVIDIA/NeMo.git
|
| 113 |
cd NeMo/examples/nlp/language_modeling
|
| 114 |
-
git checkout
|
| 115 |
python megatron_t5_eval.py \
|
| 116 |
--model_file nemo_megatron_mt5_3b_bf16_tp2.nemo \
|
| 117 |
--prompt "La capitale de la France est <mask>" \
|
|
|
|
| 99 |
```
|
| 100 |
|
| 101 |
```
|
| 102 |
+
pip install nemo_toolkit['nlp']==1.12.0
|
| 103 |
```
|
| 104 |
|
| 105 |
Alternatively, you can use NeMo Megatron training docker container with all dependencies pre-installed - [https://developer.nvidia.com/nemo-megatron-open-beta?nvid=nv-int-tblg-249896](https://developer.nvidia.com/nemo-megatron-open-beta)
|
|
|
|
| 111 |
```
|
| 112 |
git clone https://github.com/NVIDIA/NeMo.git
|
| 113 |
cd NeMo/examples/nlp/language_modeling
|
| 114 |
+
git checkout r1.12.0
|
| 115 |
python megatron_t5_eval.py \
|
| 116 |
--model_file nemo_megatron_mt5_3b_bf16_tp2.nemo \
|
| 117 |
--prompt "La capitale de la France est <mask>" \
|