-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Fix broken links to distillation on index page of documentation #14722
Conversation
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 fixing! Could you run make fix-copies
to fix the CI checks?
@sgugger Running that command modifies |
Ah you need to fix them in the main README, the rest is updated from it. |
@sgugger Thank you, that makes sense. Do I need to apply these also to the language-specific READMEs or are those auto-generated? |
If you run |
Hello @amitness, let us know if you'd like for us to run Thanks! |
@LysandreJik I have already run This CI task says the failure is due to code quality checks in docs, but my change is only switching the links in a README. Thoughts? |
Ah, indeed the error says the following:
Can you run |
@LysandreJik Thank you. That worked and I have pushed all changes. |
Thanks again for fixing! |
What does this PR do?
Fixes broken links to DistilGPT2, DistilRoberta, and DistilmBERT on the homepage of documentation.
Before submitting
Pull Request section?
Who can review?
@sgugger