Skip to content
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

fixed bug that prevented "download all" functionality #474

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bunburya
Copy link

@bunburya bunburya commented Sep 7, 2024

Aggregator.models wasn't passing the value for filter_downloaded through to the models method of the Repository subclass. This means that by default the subclass's models method always fired with filter_downloaded=True, which meant that if there were no models already downloaded, calling bergamot download didn't download anything as it couldn't discover the undownloaded models. This PR fixes this behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant