Lightning-Universe/lightning-transformers

Missing Compressed-Dictionary dependency

pedrocolon93 opened this issue ยท 3 comments

๐Ÿ› 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

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

closing this issue as it unrelated to this project.

Whoops! I completely inverted the thing! Sorry!