This commit is contained in:
tuna2134
2024-09-11 02:46:48 +00:00
parent 846bc486c9
commit 21350590ed

View File

@@ -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'