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

Finish Huggingface feature #11

Open
pcolange opened this issue Dec 18, 2024 · 0 comments
Open

Finish Huggingface feature #11

pcolange opened this issue Dec 18, 2024 · 0 comments

Comments

@pcolange
Copy link
Collaborator

The Huggingface model ingest feature is available but hidden by default and is considered to be in a beta state. The reason is that the UX isn't quite there and there are a few race conditions that can occur when clicking open ONNX model for multiple files before the previous is finished downloading. The features we need to implement to close this issue:

  • Prompt the download process. This will require grabbing (inheriting) the HF tqdm progress.
  • Once we have the prompt we should use it to force only a single download at a time
  • If not done already we should process all the Huggingface tasks on a separate thread
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

No branches or pull requests

1 participant