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

Fix caching of weights for total task in fast mode #202

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

lassoan
Copy link
Contributor

@lassoan lassoan commented Oct 20, 2023

weights_path must match the folder name in the zip file (that ends with _v204).
If it does not match (which was the case here) then the weights are re-downloaded each time the model is used.

fixes #196

@wasserth
Copy link
Owner

Great. Thank you.

@wasserth wasserth merged commit 676965b into wasserth:master Oct 20, 2023
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.

Is this downloading in fast mode itended ? it happens every time.
2 participants