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
This does not error out with torch 2.5, but does with torch 2.3 or 2.4, if these are not supported, we should get an error message when installing transformers.
The text was updated successfully, but these errors were encountered:
)
Latest transformers seems to break our tests that aren't on torch latest
(>= 2.5). Issue opened here:
huggingface/transformers#34795. This pins our
version so these tests can pass in the meantime.
System Info
Transformers latest from
main
, pytorch 2.3, cpu or gpu.Needs to have #34184
Who can help?
@ArthurZucker @muellerzr
Information
Reproduction
pip install torch==2.3
pip install git+https://github.com/huggingface/transformers.git
python -c "import transformers.models.vision_encoder_decoder.modeling_vision_encoder_decoder"
Expected behavior
This does not error out with torch 2.5, but does with torch 2.3 or 2.4, if these are not supported, we should get an error message when installing transformers.
The text was updated successfully, but these errors were encountered: