Skip to content

Commit

Permalink
chore: Set OMP_NUM_THREADS=4
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 23, 2024
1 parent c82a014 commit 7a0760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ roest-315m: ## Train the Røst-315M model
per_device_batch_size=64

roest-809m: ## Train the Røst-809M model
@accelerate launch \
@OMP_NUM_THREADS=4 accelerate launch \
--use-deepspeed \
src/scripts/finetune_asr_model.py \
model=whisper-large-turbo \
Expand Down

0 comments on commit 7a0760a

Please sign in to comment.