Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/language-modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,8 @@ python3 ../gaudi_spawn.py --world_size 8 --use_mpi peft_poly_seq2seq_with_genera
--per_device_eval_batch_size 4 \
--bf16 \
--use_hpu_graphs_for_inference \
--use_hpu_graphs_for_training
--use_hpu_graphs_for_training \
--trust_remote_code
```


Expand Down
2 changes: 2 additions & 0 deletions examples/text-generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ First, you should install the requirements:
pip install -r requirements_lm_eval.txt
```

> [!NOTE]
> If custom models on hub is being used, please set env variable HF_DATASETS_TRUST_REMOTE_CODE=true instead of arg --trust_remote_code with the installed lm_eval version and dependency datasets==2.21.0

### Examples

Expand Down