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

version incompatible #72

Closed
S1Koy opened this issue Oct 15, 2023 · 2 comments
Closed

version incompatible #72

S1Koy opened this issue Oct 15, 2023 · 2 comments

Comments

@S1Koy
Copy link

S1Koy commented Oct 15, 2023

transformers 4.19.2 need huggingface-hub >= 0.1.0, but datasets-1.3.0 need huggingfac-hub-0.0.2, Have solution?

@4theKnowledge
Copy link

I'm successfully using REBEL with the following:

  • transformers==4.34.0
  • tokenizers==0.14.1
  • datasets==2.14.5
  • huggingface-hub==0.18.0
  • torch==2.1.0+cu121
  • pytorch-lightning==2.1.0

You need to update the associated methods in pl_modules.py if you update the pytorch-lightning dependency as per Lightning-AI/pytorch-lightning#16520.

@LittlePea13
Copy link
Collaborator

Sorry about that, thanks @4theKnowledge for the Knowledge about versions, I will update the reqs

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