NeMo
PyTorch
text generation
causal-lm
okuchaiev commited on
Commit
e428a5b
1 Parent(s): 78609cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -116,7 +116,7 @@ Alternatively, you can use NeMo Megatron training docker container with all depe
116
  ```
117
  git clone https://github.com/NVIDIA/NeMo.git
118
  cd NeMo/examples/nlp/language_modeling
119
- git checkout v1.11.0
120
  python megatron_gpt_eval.py gpt_model_file=nemo_2b_bf16_tp1.nemo server=True tensor_model_parallel_size=1 trainer.devices=1
121
  ```
122
 
 
116
  ```
117
  git clone https://github.com/NVIDIA/NeMo.git
118
  cd NeMo/examples/nlp/language_modeling
119
+ git checkout v1.17.0
120
  python megatron_gpt_eval.py gpt_model_file=nemo_2b_bf16_tp1.nemo server=True tensor_model_parallel_size=1 trainer.devices=1
121
  ```
122