We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9fa07 commit 69b8c58Copy full SHA for 69b8c58
1 file changed
sdk_v2/js/script/install.cjs
@@ -62,7 +62,7 @@ const ARTIFACTS = [
62
{
63
name: os.platform() === 'linux' ? 'Microsoft.ML.OnnxRuntime.Gpu.Linux' : 'Microsoft.ML.OnnxRuntime.Foundry',
64
version: '1.23.2', // Hardcoded stable version
65
- files: ['onnxruntime'],
+ files: RID == 'win-x64' ? ['onnxruntime', 'dxil', 'dxcompiler'] : ['onnxruntime'],
66
feed: os.platform() === 'linux' ? NUGET_FEED : ORT_FEED
67
},
68
0 commit comments