Skip to content

Commit

Permalink
Fix finetuning whisper notebook text
Browse files Browse the repository at this point in the history
  • Loading branch information
katalinic-gc committed Jul 24, 2023
1 parent e4c760d commit 352c6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/whisper_finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"\n",
"The `IPUConfig` object specifies how the model will be pipelined across the IPUs. \n",
"\n",
"For fine-tuning, we place the encoder on one IPU, and the decoder on a different IPU. We then create two replicas to use all four IPUs with data parallelism.\n",
"For fine-tuning, we place the encoder on two IPUs, and the decoder on two IPUs.\n",
"\n",
"For inference, the entire model is placed on one IPU, and replicated four times."
]
Expand Down

0 comments on commit 352c6a6

Please sign in to comment.