You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found d5b3e56 and it seems the related files are updated there.
If there is a reason (or rules for releases) not to merge the change into the master branch, I'm sorry for opening this issue that I haven't fully considered.
This was a hotfix on a branch which is why we didn't update master (mostly because we forgot).
To do things right, we'll actually put v4.0.0-dev since that's what master is right now :-)
Environment info
I try
on Colaboratory.
transformers
version: 3.5.0 <- this seems strange.Who can help
documentation: @sgugger
Information
"setup.py" does not seem to have been updated for v3.5.1.
When I install transformers by
pip install -e .
, the version of transformers is shown as v3.5.0.To reproduce
Steps to reproduce the behavior:
I try
on Colaboratory after v3.5.1 release.
Then,
returns
Expected behavior
The return of
transformers.__version__
is expected to be '3.5.1' now, if my understanding is not wrong.Maybe, in
transformers/setup.py
Line 120 in afb50c6
'3.5.0' should be changed to '3.5.1'.
Is my understanding correct? Sorry if I misunderstand your intension.
The text was updated successfully, but these errors were encountered: