okuchaiev commited on
Commit
af5c8ca
1 Parent(s): c46c6ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 you model!
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