Lots of commit to tests in the notebook but works fine now 😁
The documentation is not available anymore as the PR was closed or merged.
Very cool, thanks!
Merging #1053 (c849d6b) into main (7dee38c) will decrease coverage by
0.00%
.
The diff coverage is78.57%
.
@@ Coverage Diff @@
## main #1053 +/- ##
==========================================
- Coverage 83.79% 83.79% -0.01%
==========================================
Files 37 37
Lines 3956 3968 +12
==========================================
+ Hits 3315 3325 +10
- Misses 641 643 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/huggingface_hub/commands/user.py | 33.12% <72.72%> (+2.98%) |
⬆️ |
src/huggingface_hub/utils/_subprocess.py | 100.00% <100.00%> (+12.50%) |
⬆️ |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Great, thank you for this change @Wauplin
Login to write a write a comment.
Fix warning message as discussed in #1043 (#1043 (comment))
Now if
huggingface_hub
detects that it runs in a google colab,git config --global credential.helper store
is ran by default without warning message to ask the user to do it.Here is a Google Colab to test it.
(cc @apolinario)