-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Deprecate Python3.7 and invalidate cache weekly #506
[CI] Deprecate Python3.7 and invalidate cache weekly #506
Conversation
@@ -14,7 +13,7 @@ | |||
"datasets>=2.3.0", | |||
"sentence-transformers>=2.2.1", | |||
"evaluate>=0.3.0", | |||
"huggingface_hub>=0.13.0", | |||
"huggingface_hub>=0.22.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.13
is a quite old version. I'm not sure everything works correctly with it.
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Looks like CI is failing with 3 different errors:
cc @tomaarsen I'm setting this PR as "ready for review". Please let me know if you have any comments. |
Hello! Apologies for the delay! I've merged these changes into
|
This PR is only a suggestion. Realized while working on #505 that
SetFit
is tested on Python3.7 which is deprecated since June 2023 and not supported anymore by transformers/huggingface_hub/datasets.What this PR do:
test on Python3.11 instead. EDIT: test on Python 3.11 are failing due to"openvino==2022.3.0"
being explicitly pinned so I remove support for 3.11. Might be worth checking this and adding it in a future PR.