facebookresearch/fairseq

Is there a C++ version of Fairseq based on libtorch

Open

#5,540 创建于 2024年9月11日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (29,107 star) (6,224 fork)batch import
enhancementhelp wantedneeds triage

描述

🚀 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

贡献者指南