Skip to content

Commit

Permalink
Merge pull request #137 from sanchit-gandhi/u7
Browse files Browse the repository at this point in the history
[Voice Assistant] Tip to use local device
  • Loading branch information
MKhalusova authored Sep 1, 2023
2 parents 31addbf + 3505866 commit 4399498
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chapters/en/chapter7/voice-assistant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ the device.

Again, we've done this several times now, so the process will be very familiar!

<Tip>
The following section requires the use of a microphone to record a voice input. Since Google Colab machines do not
have microphone compatibility, it is recommended to run this section locally, either on your CPU, or on a GPU if you
have local access. The checkpoint sizes have been selected as those small enough to run adequately fast on CPU, so
you will still get good performance without a GPU.
</Tip>

## Wake word detection

The first stage in the voice assistant pipeline is detecting whether the wake word was spoken, and we need to find ourselves
Expand Down

0 comments on commit 4399498

Please sign in to comment.