After initiating the model download, the progress events popped up and then stopped. For a while, it throws "loaded: 1". See the screenshot.
I found that the download progress is often unstable, and it takes some time; users may leave the page during the download. So there's a significant chance that when (user reopen the page) we call LanguageModel.availability(), it's "downloading". In this case, how can we check the download progress?
After initiating the model download, the progress events popped up and then stopped. For a while, it throws "loaded: 1". See the screenshot.
I found that the download progress is often unstable, and it takes some time; users may leave the page during the download. So there's a significant chance that when (user reopen the page) we call LanguageModel.availability(), it's "downloading". In this case, how can we check the download progress?
--
You received this message because you are subscribed to the Google Groups "Chrome Built-in AI Early Preview Program Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chrome-ai-dev-previe...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chrome-ai-dev-preview-discuss/48136f4a-f17b-4c0b-93a3-a5c8e55d979en%40chromium.org.
Thanks François!In the screenshot it stops at 0.04, a lot less than 90%. Might be a bug or something?