onnxruntime
Enable Ep context with external data for CPU nodes
#23498
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
12
Changes
View On
GitHub
Commits
Fix the issue that when generate the ep context model, the nodes with external initializers still point to old external data file.
HectorSVC
committed
1 year ago
add test cases
HectorSVC
committed
1 year ago
fix UT
HectorSVC
committed
1 year ago
format
HectorSVC
committed
1 year ago
Merge branch 'main' into ep_context_with_external_ini
HectorSVC
committed
1 year ago
Update the threshold while generating optimized model file. Previously, it creates empty file is no initialize exceeds the threshold.
HectorSVC
committed
1 year ago
Merge branch 'ep_context_with_external_ini' of https://github.com/microsoft/onnxruntime into ep_context_with_external_ini
HectorSVC
committed
1 year ago
fix test in python code
HectorSVC
committed
1 year ago
Remove the size threshold so for EP context model, the initializers are all in the external data file if the external data file specified, or all in the Onnx if the external data file not set
HectorSVC
committed
1 year ago
update configuration comments
HectorSVC
committed
1 year ago
address review comments
HectorSVC
committed
1 year ago
fix linux build error
HectorSVC
committed
1 year ago
Loading