okuchaiev commited on
Commit
17755e4
1 Parent(s): 6520202

Update README.md

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