facebookresearch / facebookresearch/FAMBench
rnnt setup failed bacause of "THC.h" not found
Open
- Dominant language
- Python
- Stars
- 32
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
RNNT model requires a third party library [warp-transducer](https://github.com/HawkAaron/warp-transducer), which includes a deprecated pytorch header file, [THC.h](https://github.com/HawkAaron/warp-transducer/blob/master/pytorch_binding/src/binding.cpp#L8).
This file can't be found in current pytorch source code directory: https://github.com/pytorch/pytorch/tree/master/aten/src/THC
Contributor guide
Assessment
This issue has not been assessed yet.