-1

In a .NET 6.0 project I am using this C# port to transcribe audio to text. On a PC with a GeForce 8600, the application crashes completely when calling Library.loadModel().

From what I have found, Whisper requires 1GB of video memory and D3D support.

How do I check if these requirements are met on both nVidia, Intel and AMD systems?

This question enables me to get the amount of video memory using Win32_VideoController, but not the D3D version.

stefan
  • 195
  • 1
  • 13
  • Does this answer your question? [How get GPU information in C#?](https://stackoverflow.com/questions/29667666/how-get-gpu-information-in-c) – Martheen Aug 22 '23 at 08:58

0 Answers0