Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/deps_versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"foundry-local-core": {
"nuget": "1.2.1",
"python": "1.2.1"
"nuget": "1.2.3",
"python": "1.2.3"
},
"onnxruntime": {
"version": "1.26.0"
Expand Down
4 changes: 2 additions & 2 deletions sdk/deps_versions_winml.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"foundry-local-core": {
"nuget": "1.2.1",
"python": "1.2.1"
"nuget": "1.2.3",
"python": "1.2.3"
},
"windows-ai-machinelearning": {
"version": "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements-winml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pydantic>=2.0.0
requests>=2.32.4
openai>=2.24.0
# WinML native binary packages from the ORT-Nightly PyPI feed.
foundry-local-core-winml==1.2.1
foundry-local-core-winml==1.2.3
onnxruntime-core==1.26.0
onnxruntime-genai-core==0.14.1
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ openai>=2.24.0
# - Linux x86_64: onnxruntime-gpu / onnxruntime-genai-cuda (CUDA-enabled wheels).
# - Linux aarch64: onnxruntime / onnxruntime-genai (the CUDA variants do not ship aarch64 binaries).
# - Other platforms: onnxruntime-core / onnxruntime-genai-core (cross-platform variants).
foundry-local-core==1.2.1
foundry-local-core==1.2.3
onnxruntime-core==1.26.0; sys_platform != "linux"
onnxruntime-gpu==1.26.0; sys_platform == "linux" and platform_machine == "x86_64"
onnxruntime==1.26.0; sys_platform == "linux" and platform_machine == "aarch64"
Expand Down
Loading