-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Remove all local telemetry #1702
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
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
| subfolder=subfolder, | ||
| revision=revision, | ||
| ) | ||
| send_telemetry( |
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.
This we can and should leave IMO because it's when people download from the Hub so IP is exposed anyways
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.
The pipeline class is already sent via the hub request, so this call was redundant.
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.
Ok all good then!
| ignore_patterns=ignore_patterns, | ||
| user_agent=user_agent, | ||
| ) | ||
| send_telemetry( |
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.
This should stay as snapshot download is called anyways already
| ignore_patterns=ignore_patterns, | ||
| user_agent=user_agent, | ||
| ) | ||
| send_telemetry( |
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.
this should stay because we're not in a local case here
patrickvonplaten
left a comment
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.
Thanks for the quick PR!
This removes v0.10.0's
send_telemetryfrom local pipeline loaders completely, leaving only the requested pipeline/model classes when loading them from the HF hub.