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

feat: support update and redownload of individual items #466

Closed
wants to merge 5 commits into from

Conversation

swarnimarun
Copy link
Contributor

@swarnimarun swarnimarun commented Nov 2, 2023

Feature:

Now we can just do a redownload and it should internally verify a url based checksum(generated after first download), to see if the local files are stale and overwrite them if they are deemed to be so.

It also provides a command to directly invoke a from JS to check if the service is out of date(is_updated), for building user convenient interfaces.

Key Benefit

If just the binaries are outdated, the user won't have to delete and reinstall the entire service(weights included which can be huge).

Notes: The PR is ready but would need some gitfu to deal with the fact that it's showing more commits than what exist within the PR here... I blame github. :3

This partially,
Fixes #434

@swarnimarun
Copy link
Contributor Author

closing pr will redo in a separate PR, rebasing it is way more annoying than I expected.

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.

update model version from the app
1 participant