Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements in requirements.txt and setup.py are different #42

Open
LevinRoman opened this issue Mar 10, 2021 · 2 comments
Open

Requirements in requirements.txt and setup.py are different #42

LevinRoman opened this issue Mar 10, 2021 · 2 comments

Comments

@LevinRoman
Copy link

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!

@ShengdingHu
Copy link

I also notice this problem. I simply used fairseq==0.8.0. Could it result in some strange behaviors?

@SuJiaKuan
Copy link

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:

from fairseq.models.roberta import RobertaModel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants