-
Notifications
You must be signed in to change notification settings - Fork 109
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
Homogeneize logging system #150
Conversation
…f tensrboard instead, we likely will have to wait for a lib update before merging this PR...
Opened huggingface/huggingface_hub#2205 for the |
Thanks :) In which |
0.23.x Not sure when it'll be though (not before ~10 days I think, given last release was recent and not much has been done since then). |
A possible solution if you want a quick fix is to install from source. Not the best if the lib' is used "in prod". |
We'll wait for your release then! :) |
Understandable! |
@Wauplin is your release coming soon? :) |
Not at short term actually (with ~10 days). I haven't pushed much changes to huggingface_hub since this fix. You would prefer something more short-term I guess? |
If it were possible to push a patch for this it would be great, but else we'll leave it hanging - it's a part of the code we're not usually touching a lot so it won't be a hassle to merge in the future. |
I'd prefer not to do a patch release for that as other "import-related" stuff has been fixed as well in Another solution is to rely on the |
Nope we'll wait - it's better for us to only rely on releases to avoid unexpected silent failures - but thanks :) |
hey @Wauplin ! any news on the state of the release ? :) |
Sorry sorry, forgot to let you know before going on holidays 🙈 Huggingface_hub 0.23 has been shipped 3 weeks ago 😬 https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.0 |
@NathanHB tested it and it should be good and mergeable when you've got the time :) |
Co-authored-by: Nathan Habib <30601243+NathanHB@users.noreply.github.com>
Make it so both model types can run tensorboard evals.
This should be good to go, but will need to wait for an update in
huggingface_hub
before merging, as the lib stops the job ifŧensorboard
is installed when it's not needed (see Slack for discussions), and cc @Wauplin :)Closes #118