NeMo
English
nvidia
llama3.1
reward model
zhilinw commited on
Commit
abd3678
1 Parent(s): 1bd9327

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -63,6 +63,7 @@ You can use the model with [NeMo Aligner](https://github.com/NVIDIA/NeMo-Aligner
63
 
64
 
65
  ```python
 
66
  python /opt/NeMo-Aligner/examples/nlp/gpt/serve_reward_model.py \
67
  rm_model_file=Llama-3.1-Nemotron-70B-Reward \
68
  trainer.num_nodes=1 \
 
63
 
64
 
65
  ```python
66
+ HF_HOME=<YOUR_HF_HOME_CONTAINING_TOKEN_WITH_LLAMA31_70B_ACCESS> \
67
  python /opt/NeMo-Aligner/examples/nlp/gpt/serve_reward_model.py \
68
  rm_model_file=Llama-3.1-Nemotron-70B-Reward \
69
  trainer.num_nodes=1 \