summarylogtreecommitdiffstats
path: root/notes.txt
diff options
context:
space:
mode:
authorlilac2021-11-06 22:45:28 +0800
committerlilac2021-11-06 22:45:28 +0800
commit705252fad4d442b7f225516146a149e417090d11 (patch)
tree0e450b8cc2810e2d8b7bec8eb0904cd4408b5e37 /notes.txt
parent680d5843d571b57e6d8ea102e8e9ea2031738b34 (diff)
downloadaur-705252fad4d442b7f225516146a149e417090d11.tar.gz
[lilac] updated to 1.9.1-4
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt13
1 files changed, 3 insertions, 10 deletions
diff --git a/notes.txt b/notes.txt
index cc19868adbdb..62efe9cd463b 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,10 +1,3 @@
-Merging two builds?
- Since 1.9.0, "GPU package can be used on both CPU-only and GPU machines" [1]
- Package size considerations: make libonnxruntime_providers_cuda.so a separate package
- There will be warnings from the CUDA build on non-CUDA machines
- /usr/lib/python3.9/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:352: UserWarning: Deprecation warning. This ORT build has ['CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. The next release (ORT 1.10) will require explicitly setting the providers parameter (as opposed to the current behavior of providers getting set/registered by default based on the build flags) when instantiating InferenceSession.For example, onnxruntime.InferenceSession(..., providers=["CUDAExecutionProvider"], ...)
- warnings.warn("Deprecation warning. This ORT build has {} enabled. ".format(available_providers) +
- 2021-09-23 23:47:08.573828136 [E:onnxruntime:Default, provider_bridge_ort.cc:944 Get] Failed to load library libonnxruntime_providers_cuda.so with error: libcublas.so.11: cannot open shared object file: No such file or directory
- 2021-09-23 23:47:08.574000870 [E:onnxruntime:Default, provider_bridge_ort.cc:944 Get] Failed to load library libonnxruntime_providers_cuda.so with error: libcublas.so.11: cannot open shared object file: No such file or directory
-
- [1] https://github.com/microsoft/onnxruntime/releases/tag/v1.9.0
+Build system changes in 1.10
+ Build: respect onnxruntime_PREFER_SYSTEM_LIB for more things https://github.com/microsoft/onnxruntime/pull/9181
+ Remove optional-lite https://github.com/microsoft/onnxruntime/pull/9424