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