chore(deps): update onnxruntime-openvino (#7854)

This commit is contained in:
Mert
2024-03-16 00:04:45 -04:00
committed by GitHub
parent a9438a9c2d
commit 3a045b33ca
6 changed files with 43 additions and 63 deletions

View File

@@ -1,8 +1,11 @@
#!/usr/bin/env sh
lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
export LD_PRELOAD="$lib_path"
export LD_BIND_NOW=1
# mimalloc seems to increase memory usage dramatically with openvino, need to investigate
if ! [ "$DEVICE" = "openvino" ]; then
export LD_PRELOAD="$lib_path"
export LD_BIND_NOW=1
fi
: "${MACHINE_LEARNING_HOST:=[::]}"
: "${MACHINE_LEARNING_PORT:=3003}"