facebookresearch / FAMBench

Benchmarks to capture important workloads.
Apache License 2.0
28 stars 23 forks source link

rnnt setup failed bacause of "THC.h" not found #85

Open xuzhao9 opened 2 years ago

xuzhao9 commented 2 years ago

RNNT model requires a third party library warp-transducer, which includes a deprecated pytorch header file, THC.h.

This file can't be found in current pytorch source code directory: https://github.com/pytorch/pytorch/tree/master/aten/src/THC

aaronenyeshi commented 2 years ago

@nrsatish , @erichan1 - we may need to migrate to the Torch Audio RNN-T Conformer recipe. It seems THC.h is being deprecated in pytorch? CC @ngimel

ngimel commented 2 years ago

THC has been deprecated long ago, and old third-party libraries that are no longer maintained can no longer be used.