From 31d7a72ef87a60ec26577d7df2d89a6bb7087272 Mon Sep 17 00:00:00 2001 From: Vrajang Parikh Date: Mon, 14 Aug 2023 21:59:46 -0700 Subject: [PATCH] Update docs/tutorials/on-device-training/ios-app.md Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com> --- docs/tutorials/on-device-training/ios-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/on-device-training/ios-app.md b/docs/tutorials/on-device-training/ios-app.md index b3f1dc590dcff..89b631325da16 100644 --- a/docs/tutorials/on-device-training/ios-app.md +++ b/docs/tutorials/on-device-training/ios-app.md @@ -24,7 +24,7 @@ In this tutorial, we will leverage the `wav2vec` model which has been trained on In the tutorial, we will: - Use iOS audio APIs to capture audio data for training -- train a model on-device +- Train a model on-device - Export the trained model - Use the exported model to perform inference