Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor spelling fix.
  • Loading branch information
cyberofficial authored Apr 2, 2023
1 parent 931ae91 commit 7755a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This script uses argparse to accept command line arguments. The following option
* `--ram`: Change the amount of RAM to use. Default is 4gb. Choices are "1gb", "2gb", "4gb", "6gb", "12gb"
* Things to note, when choosing ram option with your gpu vram. You need to make sure you have enough over head for the ram.
* So for example if you have a 4GB GPU you may need to choose 2gb not 4gb, the ram size basically tells you how much space you need in the gpu vram.
If your gpu is 4gb you may not have enough vram for your operating system, since most of the time it'll be using about 512mb of vram. which leaves you with 3.5gb of vram. This logic applies to **1GB**, **2GB**, **4GB** & **6GB**. The 12GB option loads a model that uses about 11.4GB in vram size, which also have enough overhead.
If your gpu is 4gb you may not have enough vram for your operating system, since most of the time it'll be using about 512mb of vram. which leaves you with 3.5gb of vram. This logic applies to **1GB**, **2GB**, **4GB** & **6GB**. The 12GB option loads a model that uses about 11.4GB in vram size, which also has enough overhead for the operating system.
* `--non_english`: Use non-English models for transcription. This flag enables the use of non-English models.
* `--energy_threshold`: Set the energy level for microphone to detect. Default is 100, you can choose from 1 to 1000, anything higher will be harder to trigger the audio detection.
* `--record_timeout`: Set the time in seconds for real-time recording. Default is 2 seconds.
Expand Down

0 comments on commit 7755a92

Please sign in to comment.