silence WhisperTRTLLM import warning
This commit is contained in:
@@ -23,7 +23,7 @@ from whisper_live.transcriber import WhisperModel
|
|||||||
try:
|
try:
|
||||||
from whisper_live.transcriber_tensorrt import WhisperTRTLLM
|
from whisper_live.transcriber_tensorrt import WhisperTRTLLM
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.warn("cannot import WhisperTRTLLM")
|
pass
|
||||||
|
|
||||||
|
|
||||||
class TranscriptionServer:
|
class TranscriptionServer:
|
||||||
|
|||||||
Reference in New Issue
Block a user