-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Node.js binding] Fix 1.17.3 - reversion.1 (#20397)
### Description This reversion bumped version of onnxruntime-node to `1.17.3-rev.1` and fixed the following issues: - Fixed the release file name `onnxruntime-linux-x64-cuda12-1.17.3.tgz` => `onnxruntime-linux-x64-gpu-cuda12-1.17.3.tgz` - Fixed tarball extraction failure (may cause incorrect file size) due to Node.js script early exit. Fixed by moving callbacks to `tar.t()` and adding event listener on `finish` so the script will not exit early. - Allow using env var `ONNXRUNTIME_NODE_INSTALL_CUDA` as an alternative of commandline flag `--onnxruntime_node_install_cuda` to customize behavior of CUDA EP installation.
- Loading branch information
Showing
4 changed files
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters