okuchaiev commited on
Commit
1cbbf0b
1 Parent(s): 413b147

Update README.md

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