microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
295 stars 80 forks source link

Introduce ONNXRUNTIME_PKG_DIR parameter to pip install #719

Closed jslhcl closed 1 month ago

jslhcl commented 1 month ago

Introduce ONNXRUNTIME_PKG_DIR parameter to pip install. This change is helpful when pip install against the latest ORT package. After this change, pip install can support the format like:

pip install . --config-settings "ortx-user-option=use-cuda,cc_debug,ort_pkg_dir=/home/leca/ort_pkg_19"