docs: document the filtering process in a pr head that will persist#12
Open
joanise wants to merge 1 commit into
Open
docs: document the filtering process in a pr head that will persist#12joanise wants to merge 1 commit into
joanise wants to merge 1 commit into
Conversation
Member
Author
|
Once we are ready to switch to the filtered history, do this:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch of https://github.com/EveryVoiceTTS/StyleTTS2 is the original, unfiltered
branch, as forked from https://github.com/yl4579/StyleTTS2. It includes very large
pre-trained model files right in the repo, which make it expensive to clone.
We have now run git-filter-repo to remove the following large files from the history:
Instead of living in the repo with the source code, these files are now fetched
from HuggingFace repos when they are needed.
Now, this message exists in a branch that is going to be deleted, so that when
we clone StyleTTS2, the large files are not downloaded, but it's going to remain
on GitHub protected from garbage collection by being the head of this pull request.
It will be fetcheable in the future by running
Please never merge any commits from any unfiltered branch back into the filtered
main history! This is here only for future reference when needed, and so that
when we checkout EveryVoice commits from before we filtered this repo,
git submodule updateis able to find the required commits.