mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will enable GPU for windows for recording transcriber (#1083)
This commit is contained in:
parent
3c672369a4
commit
7861e2bd85
1 changed files with 0 additions and 4 deletions
|
|
@ -87,10 +87,6 @@ class RecordingTranscriber(QObject):
|
|||
model_root_dir = os.getenv("BUZZ_MODEL_ROOT", model_root_dir)
|
||||
|
||||
device = "auto"
|
||||
if platform.system() == "Windows":
|
||||
logging.debug("CUDA GPUs are currently no supported on Running on Windows, using CPU")
|
||||
device = "cpu"
|
||||
|
||||
if torch.cuda.is_available() and torch.version.cuda < "12":
|
||||
logging.debug("Unsupported CUDA version (<12), using CPU")
|
||||
device = "cpu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue