How can I see the installed version of transformers

The version thing did not work for me. But I found a workaround.

pip uninstall transformers
pip install transformers

updated the transformers from 3.1 to 3.4

1 Like