From 21350590edd1df7185f7aded6a70491b7bfa0b42 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 02:46:48 +0000 Subject: [PATCH] fix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index abed42b..cc1e02b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ cargo run -p sbv2_api -r cargo run -p sbv2_api -r -F cuda,cuda_tf32 ``` +### Dynamicのサポート +```bash +ORT_DYLIB_PATH=./libonnxruntime.dll cargo run -p sbv2_api -r -F dynamic +``` + ### テストコマンド ```bash curl -XPOST -H "Content-type: application/json" -d '{"text": "こんにちは"}' 'http://localhost:3000/synthesize'