mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-09 16:02:56 +00:00
fix
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user