Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ git checkout v1.11.0
|
|
| 62 |
python megatron_gpt_eval.py gpt_model_file=nemo_gpt20B_bf16_tp4.nemo server=True tensor_model_parallel_size=4 trainer.devices=4
|
| 63 |
```
|
| 64 |
|
| 65 |
-
### Step 3: Send prompts to
|
| 66 |
```python
|
| 67 |
import json
|
| 68 |
import requests
|
|
|
|
| 62 |
python megatron_gpt_eval.py gpt_model_file=nemo_gpt20B_bf16_tp4.nemo server=True tensor_model_parallel_size=4 trainer.devices=4
|
| 63 |
```
|
| 64 |
|
| 65 |
+
### Step 3: Send prompts to your model!
|
| 66 |
```python
|
| 67 |
import json
|
| 68 |
import requests
|