-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Old cdn files no longer available #164
Comments
Hi @Mijawel I'm glad you were able to solve your problem. Your new script tags will not fail because you are specifying the version number of both packages. Hope that helps |
It's unclear to me how to make this work with the react-native version of vad, which seems to require |
Hi @George3d6 this project doesn't work with react native |
Hi @Mijawel I see what you mean now about the model files disappearing from the CDN. I didn't realize that was happening. I'm not sure what the best solution is. The script tags are mostly meant to help people get started - if you have created an app that you want to be widely and reliably available, I suggest overriding the |
There seems to be an issue where these older files call other files like "https://cdn.jsdelivr.net/npm/[email protected]/dist/ort-wasm-simd-threaded.mjs" and a model that is no longer available.
I updated the project to use:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ort.js"></script> <script src="https://cdn.jsdelivr.net/npm/@ricky0123/[email protected]/dist/bundle.min.js"></script>And it now works again. But I was just wondering if there is a time when these scripts will also fail?
The text was updated successfully, but these errors were encountered: