Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
607 stars 77 forks source link

Missing Compressed-Dictionary dependency #217

Closed pedrocolon93 closed 2 years ago

pedrocolon93 commented 2 years ago

🐛 Bug

For some reason, I always have to install compressed-dictionary for this library to work.

To Reproduce

Steps to reproduce the behavior:

pip install transformers-lightning
from transformers_lightning.schedulers import LinearSchedulerWithWarmup

The error is that the library is missing.

Code sample

See above

Expected behavior

That the pip install has the dependency

Environment

python 3.9+ torch 1.9+ transformers - latest

Additional context

mathemusician commented 2 years ago

Hi! I'm confused. This is the lightning-transformers repository, not the transformers-lightning repository. You might actually want to raise your issue here: https://github.com/iKernels/transformers-lightning

Borda commented 2 years ago

closing this issue as it unrelated to this project.

pedrocolon93 commented 2 years ago

Whoops! I completely inverted the thing! Sorry!