Skip to content

用gpu 运行的sense_voice,提示Invalid handle. Cannot load symbol cublasLtGetVersion #2810

@jujunchen

Description

@jujunchen

我想让sherpa在gpu上跑,按照这个装的
pip install sherpa-onnx==1.12.13+cuda12.cudnn9 -f https://k2-fsa.github.io/sherpa/onnx/cuda-cn.html

sherpa_onnx.OfflineRecognizer.from_sense_voice(
model=self.model_path,
tokens=self.tokens_path,
num_threads=5,
sample_rate=16000,
feature_dim=80,
decoding_method="greedy_search",
debug=False,
provider="cuda",
use_itn=True,
hr_rule_fsts=self.replace_fst,
)

能实例化,但是一调用accept_waveform的时候就会报错,并中断主进程

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions