Skip to content

Commit 69b8c58

Browse files
prathikrPrathik Rao
andauthored
pull extra dlls (#427)
Co-authored-by: Prathik Rao <prathikrao@microsoft.com>
1 parent 3e9fa07 commit 69b8c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk_v2/js/script/install.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const ARTIFACTS = [
6262
{
6363
name: os.platform() === 'linux' ? 'Microsoft.ML.OnnxRuntime.Gpu.Linux' : 'Microsoft.ML.OnnxRuntime.Foundry',
6464
version: '1.23.2', // Hardcoded stable version
65-
files: ['onnxruntime'],
65+
files: RID == 'win-x64' ? ['onnxruntime', 'dxil', 'dxcompiler'] : ['onnxruntime'],
6666
feed: os.platform() === 'linux' ? NUGET_FEED : ORT_FEED
6767
},
6868
{

0 commit comments

Comments
 (0)