Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ 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
|
63 |
```python
|
64 |
import json
|
65 |
import requests
|
|
|
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 your model!
|
63 |
```python
|
64 |
import json
|
65 |
import requests
|