Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ Alternatively, you can use NeMo Megatron training docker container with all depe
|
|
57 |
git clone https://github.com/NVIDIA/NeMo.git
|
58 |
cd NeMo/examples/nlp/language_modeling
|
59 |
git checkout v1.11.0
|
60 |
-
python megatron_gpt_eval.py gpt_model_file=
|
61 |
```
|
62 |
|
63 |
### Step 3: Send prompts to you model!
|
|
|
57 |
git clone https://github.com/NVIDIA/NeMo.git
|
58 |
cd NeMo/examples/nlp/language_modeling
|
59 |
git checkout v1.11.0
|
60 |
+
python megatron_gpt_eval.py gpt_model_file=nemo_gpt20B_bf16_tp8.nemo server=True tensor_model_parallel_size=2 trainer.devices=2
|
61 |
```
|
62 |
|
63 |
### Step 3: Send prompts to you model!
|