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

[cuda] [npm/nodejs] Failed to download the binaries: 404 Not Found #22877

Open
lucyknada opened this issue Nov 18, 2024 · 1 comment
Open

[cuda] [npm/nodejs] Failed to download the binaries: 404 Not Found #22877

lucyknada opened this issue Nov 18, 2024 · 1 comment
Labels
ep:CUDA issues related to the CUDA execution provider platform:web issues related to ONNX Runtime web; typically submitted using template

Comments

@lucyknada
Copy link

the readme tells you to use

npm install onnxruntime-node --onnxruntime-node-install-cuda=v12

to pull in the cuda binaries for linux x64; it tries to download:

https://github.com/microsoft/onnxruntime/releases/download/v1.20.0/onnxruntime-linux-x64-gpu-cuda12-1.20.0.tgz

which indeed does not exist, what does exist is:

 onnxruntime-linux-x64-gpu-1.20.0.tgz 

but there is no way to pass an empty string to --onnxruntime-node-install so that it assembles the right URL.

@github-actions github-actions bot added ep:CUDA issues related to the CUDA execution provider platform:web issues related to ONNX Runtime web; typically submitted using template labels Nov 18, 2024
@lucyknada
Copy link
Author

after looking at the code --onnxruntime-node-install-cuda just as is will make this work; however maybe the docs/readme should be updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:CUDA issues related to the CUDA execution provider platform:web issues related to ONNX Runtime web; typically submitted using template
Projects
None yet
Development

No branches or pull requests

1 participant