Wav2letter: Cmake Error while building wav2letter

Created on 20 Nov 2020  路  2Comments  路  Source: flashlight/wav2letter

Hi Facebook team, I have encountered the following error while building wav2letter

-- flashlight found (include: lib: flashlight::flashlight )
CMake Error at CMakeLists.txt:103 (message):
flashlight must be build in distributed mode for wav2letter++

-- Configuring incomplete, errors occurred!
See also "/home/ishan/Vscode/wav2letter/build/CMakeFiles/CMakeOutput.log".

This is same error mentioned in following link,

_https://github.com/facebookresearch/wav2letter/issues/227#issue-416527092_

but the solution is not available please help

I have built Flashlight with the following command:
cmake .. -DCMAKE_BUILD_TYPE=Release -DFLASHLIGHT_BACKEND=CPU -DFL_BUILD_DISTRIBUTED=ON

and building wav2letter with following command.
cmake .. -DCMAKE_BUILD_TYPE=Release -DW2L_CRITERION_BACKEND=CPU

bug

Most helpful comment

@ishan-modi: Can you retry by exactly replicating steps in the Dockerfile?

All 2 comments

@ishan-modi: Can you retry by exactly replicating steps in the Dockerfile?

Thank you for the response. I figured out that flashlight v0.2 was missing in my case

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanX2 picture JanX2  路  5Comments

bmblr497 picture bmblr497  路  5Comments

megharangaswamy picture megharangaswamy  路  5Comments

EdwinWenink picture EdwinWenink  路  4Comments

zhengqun picture zhengqun  路  5Comments