fairseq2 icon indicating copy to clipboard operation
fairseq2 copied to clipboard

FAIR Sequence Modeling Toolkit 2

Results 51 fairseq2 issues
Sort by recently updated
recently updated
newest added

I try to install seamless_communcation on a man intel. I've followed all the instructions to install fairseg2 but when I try to install seamless_communcation I receive the Error: ERROR: Could...

question

I don't see any target_link_libraries to iconv so I'm not sure why this is expected to work in the first place

bug

**What does this PR do?** Adds a gradio interface for mistral instruct 7b chatbot @cbalioglu minor observation is that the nucleus param change doesnt influence the output as much as...

CLA Signed

**Describe the bug:** `WaveformToFbankConverter` is running in multithread parallel. This method (as possibly some others) uses [`parallel_for`](https://github.com/facebookresearch/fairseq2/blob/main/fairseq2n/src/fairseq2n/data/audio/detail/kaldi_fbank.cc#L94) statement for the execution. Currently, there's no obvious way to control the number...

bug

Since LORA is implemented in fairseq2, it would be good to have general adapter modules available as part of PEFT. Can someone please add them to the repository?

enhancement

Attempts to switch M4T model training/finetuning recipes to fairseq2 AdamW work only with a significant reduction of batch size

bug

Hi, I'd like to use FairSeq2 for my audio models. Is there an example of an audio data loader in the works? That would be super helpful. What I need...

question

Thanks to @mavlyutovr's investigation we found out that the throughput of our TBB-based data pipeline API can drop significantly if OMP_NUM_THREADS and/or MKL_NUM_THREADS are not bound to a low thread...

documentation
enhancement

Do you have a plan to support the previous mos branch, like [fairseq-moe](https://github.com/facebookresearch/fairseq/tree/b5d89cddc9e4a0af831d2aafc1ba7dbf0f1b10d0/examples/moe_lm) on this library?

enhancement

**What does this PR do? Please describe:** Implements the mBart model and its text tokenizer. We are able to successfully load the base model. Testing the text tokenizer: ``` VocabularyInfo(size=65539,...

CLA Signed