Slyne / ctc_decoder

A ctc decoder for both online and offline asr model
57 stars 26 forks source link

fix install #16

Closed yuekaizhang closed 10 months ago

yuekaizhang commented 11 months ago

It seems module install at /root/.local/lib can't find by tritonserver. We have to set the PYTHONPATH=/root/.local/lib/python.x.

Remove the --user would install the lib under /usr/local/lib, which works directly.