hidet-org / hidet

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

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

Closed yaoyaoding closed 8 months ago

yaoyaoding commented 8 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.