Skip to content

Commit f6ce9f8

Browse files
authored
Update README: CUDA-related issues on Windows and Workarounds
1 parent 2d143ba commit f6ce9f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ NoScribe is free and always will be. However, developing it costs real money. I
5353
- Start the downloaded setup file. This may take a while, be patient.
5454
- If you get a warning that "Windows protected your PC" and the app comes from an "Unknown publisher", you have to trust us and click "Run anyway"
5555
- To do a silent install on a larger group of computers, start the setup with the argument `/S`.
56+
- **Known Issues:**
57+
- It seems that the RTX/GTX 1XXX generation of cards is no longer supported in CUDA. Use the normal version instead.
58+
- If you receive the following error message: "Transcription worker exited unexpectedly (code 3221226505)," try forcing the use of the CPU for transcription instead of the graphics card. This method is slower but more reliable. To do so, follow these steps: Close noScribe. Open the file `C:\Users\<USERNAME>\AppData\Local\noScribe\noScribe\config.yml` in a text editor. Change the value for `force_whisper_cpu` to `'True'`. Don't forget the quotation marks around 'True'. Now, restart NoScribe.
5659

5760
</details>
5861

0 commit comments

Comments
 (0)