Skip to content

Commit

Permalink
Add attn_implementation default value for experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Jan 28, 2025
1 parent 236e99d commit a9ac204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experiments/run_llm_evals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ for lang_code in "${!languages[@]}"; do
--split "filtered" \
--output_dir "$OUTDIR" \
--include_languages "${languages[$lang_code]}" "English" \
--attn_implementation "flash_attention_2" \
--trust_remote_code \
--force_local
done

0 comments on commit a9ac204

Please sign in to comment.