ctcdecode icon indicating copy to clipboard operation
ctcdecode copied to clipboard

Can you list the dependencies like torch version, c++ and others

Open ethio-artifical opened this issue 2 years ago • 1 comments

          Can you list the dependencies like torch version, c++ and others

Also I am facing same error in the windows. Will it be different for linux based ?

Originally posted by @LuluW8071 in https://github.com/parlance/ctcdecode/issues/210#issuecomment-1833072336

I am facing these errors a lot. Please list down all the requirements (dependencies) to install CTC .

ethio-artifical avatar Dec 23 '23 07:12 ethio-artifical

          Can you list the dependencies like torch version, c++ and others

Also I am facing same error in the windows. Will it be different for linux based ?

Originally posted by @LuluW8071 in #210 (comment)

I am facing these errors a lot. Please list down all the requirements (dependencies) to install CTC .

In linux it will work though not for current ctcdecode but from pull request one Follow these steps:

git clone --recursive https://github.com/Sushmitha-Deva/ctcdecode.git
cd ctcdecode && pip install .

Though you may need to install dependencies if error occurs Other than that it works for linux based

LuluW8071 avatar Dec 23 '23 08:12 LuluW8071