hidet-org / hidet

An open-source efficient deep learning framework/compiler, written in python.
https://hidet.org
Apache License 2.0
634 stars 50 forks source link

[Fix] Skip a failed test due to huggingface transformers update #439

Closed yaoyaoding closed 4 months ago

yaoyaoding commented 4 months ago

Fix the transformers version to 4.37 to pass the CI (the new version of transformers introduced some breaking change).

Todo: update our modeling to make it compatible with the new version of transformers.