Open LevinRoman opened 3 years ago
I also notice this problem. I simply used fairseq==0.8.0. Could it result in some strange behaviors?
Using fairseq==0.8.0
works fine, but fairseq==0.6.1
fails. The following code line imports fairseq.models.roberta
, which does not appear in the APIs for fairseq==0.6.1
:
Hi,
Just wanted to point out that the requirement versions in setup.py and requirements.txt file are different. (e.g. 'fairseq==0.6.1' vs fairseq==0.8.0)
Thanks!