Lightning-Universe / lightning-transformers

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

Update tests for latest PL release #284

Closed rohitgr7 closed 2 years ago

rohitgr7 commented 2 years ago

Fix eco-system failures with PL latest release.

codecov[bot] commented 2 years ago

Codecov Report

Merging #284 (79d49f8) into master (11f2056) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #284   +/-   ##
=====================================
  Coverage      74%    74%           
=====================================
  Files          63     63           
  Lines        1474   1474           
=====================================
  Hits         1088   1088           
  Misses        386    386           
carmocca commented 2 years ago

CI is red

turian commented 2 years ago

In fact, tensorboard pins a really old version of protobuf:

# See: https://cs.opensource.google/tensorflow/tensorflow/+/master:tensorflow/tools/pip_package/setup.py?q=protobuf
protobuf >= 3.9.2, < 3.20

Related: