okuchaiev commited on
Commit
7dc7650
1 Parent(s): b3c6946

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ Alternatively, you can use NeMo Megatron training docker container with all depe
57
  git clone https://github.com/NVIDIA/NeMo.git
58
  cd NeMo/examples/nlp/language_modeling
59
  git checkout v1.11.0
60
- python megatron_gpt_eval.py gpt_model_file=nemo_gpt20B_fp16_tp8.nemo server=True tensor_model_parallel_size=2 trainer.devices=2
61
  ```
62
 
63
  ### Step 3: Send prompts to you model!
 
57
  git clone https://github.com/NVIDIA/NeMo.git
58
  cd NeMo/examples/nlp/language_modeling
59
  git checkout v1.11.0
60
+ python megatron_gpt_eval.py gpt_model_file=nemo_gpt20B_bf16_tp8.nemo server=True tensor_model_parallel_size=2 trainer.devices=2
61
  ```
62
 
63
  ### Step 3: Send prompts to you model!