We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1f693 commit 9f62c88Copy full SHA for 9f62c88
STT/moonshine_handler.py
@@ -1,3 +1,6 @@
1
+import os
2
+os.environ['KERAS_BACKEND'] = 'torch'
3
+
4
from time import perf_counter
5
import moonshine
6
import torch
0 commit comments