fix: support
This commit is contained in:
@@ -40,6 +40,13 @@ curl -X POST "http://localhost:10086/infer" \
|
||||
-d @-
|
||||
```
|
||||
|
||||
如果本地没有安装`jq`命令,可以使用`test.json`:
|
||||
```bash
|
||||
curl -X POST "http://localhost:10086/infer" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d @test.json
|
||||
```
|
||||
|
||||
|
||||
## 模型测试服务原理
|
||||
尽管对于视觉多模态理解没有一个业界统一的API协议标准,但我们也可以基于目前比较流行的Transfomer框架**适配**各类视觉理解多模态模型。
|
||||
|
||||
Reference in New Issue
Block a user