diff --git a/sdk_v2/cs/NuGet.config b/sdk_v2/cs/NuGet.config index cf09cc00..294478a7 100644 --- a/sdk_v2/cs/NuGet.config +++ b/sdk_v2/cs/NuGet.config @@ -3,7 +3,6 @@ - diff --git a/sdk_v2/js/script/install.cjs b/sdk_v2/js/script/install.cjs index 4d7b82b4..3980bb3c 100644 --- a/sdk_v2/js/script/install.cjs +++ b/sdk_v2/js/script/install.cjs @@ -60,13 +60,13 @@ const ARTIFACTS = [ }, { name: os.platform() === 'linux' ? 'Microsoft.ML.OnnxRuntime.Gpu.Linux' : 'Microsoft.ML.OnnxRuntime.Foundry', - version: os.platform() === 'linux' ? '1.24.1' : '1.24.1.1', - feed: os.platform() === 'linux' ? NUGET_FEED : ORT_NIGHTLY_FEED + version: os.platform() === 'linux' ? '1.24.1' : useWinML ? '1.23.2.3' : '1.24.1.1', + feed: NUGET_FEED }, { name: useWinML ? 'Microsoft.ML.OnnxRuntimeGenAI.WinML' : 'Microsoft.ML.OnnxRuntimeGenAI.Foundry', - version: '0.12.0', - feed: ORT_NIGHTLY_FEED + version: '0.12.1', + feed: NUGET_FEED } ]; @@ -288,4 +288,4 @@ async function main() { } } -main(); \ No newline at end of file +main();