facebookresearch / facebookresearch/fairseq2
When I compiled the fairseq2n native source code, an error occurred
Open
bug
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 144
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
When I compiled the fairseq2n native source code, an error occurred.(my c++ is gcc-8)
when i run
"cmake -GNinja -DCMAKE_CUDA_ARCHITECTURES="80-real;80-virtual" -DFAIRSEQ2N_USE_CUDA=ON -B build
cmake --build build"
error msg:
"src/fairseq2n/CMakeFiles/fairseq2n.dir/data/text/text_data_source.cc.o:/usr/include/c++/8/bits/fs_path.h:310: more undefined references to `std::filesystem::path::_M_split_cmpts()"
Contributor guide
Assessment
This issue has not been assessed yet.