You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Alternatives
Additional context
The text was updated successfully, but these errors were encountered:
🚀 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
Alternatives
Additional context
The text was updated successfully, but these errors were encountered: