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