go / cpp /inference /run.sh
jva96160's picture
Upload 71 files
a2dca42 verified
export ONNXRUNTIME_DIR="/mnt/data-2t/jeff/codes/llm/cpp/onnxruntime-linux-x64-1.22.0"
export LD_LIBRARY_PATH=$ONNXRUNTIME_DIR/lib:$LD_LIBRARY_PATH
export MODEL_PATH="/mnt/data-2t/jeff/codes/llm/cpp/onnx_files/speech_init_export/phi-4-mm-speech.onnx"
export SAMPLE_DATA="/mnt/data-2t/jeff/codes/llm/cpp/inference/dummy.wav"
./audio_inference_app $MODEL_PATH $SAMPLE_DATA