facebookresearch/fairseq
Vedi su GitHubIs there a C++ version of Fairseq based on libtorch
Open
#5540 aperta il 11 set 2024
enhancementhelp wantedneeds triage
Metriche repository
- Star
- (29.107 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
🚀 Feature Request
A C++ version of Fairseq based on libtorch is required
Motivation
Pytorch and the entire python environment are too large after packaging, so use libtorch instead. However, the previous fairseq loaded model must also be loaded in C++, but no C++ version of fairseq has been found
Pitch
Provides a C++ version of fairseq based on libtorch