"vscode:/vscode.git/clone" did not exist on "25e470c57d6a5df00c7a4010ecfb9f2c991bca14"
Commit 21836dca authored by raojy's avatar raojy
Browse files

updata

parent 893f761a
......@@ -227,22 +227,13 @@ curl http://x.x.x.x:8000/v1/chat/completions \
}'
```
## vllm效果展示
## 效果展示
**场景1** :普通图文对话
Input:
- image:
<div align=center>
<img src="./doc/demo.jpeg"/>
</div>
- text: "Describe this image."
Output:
......@@ -250,46 +241,6 @@ Output:
<div align=center>
<img src="./doc/result.png"/>
</div>
**场景2** :多图像推理
Input:
- image1:
<div align=center>
<img src="./doc/demo.jpeg"/>
</div>
- image2:
<div align=center>
<img src="./doc/dog.jpg"/>
</div>
- text: "Identify the similarities between these images."
Output:
<div align=center>
<img src="./doc/result_multi_images.png"/>
</div>
**场景3** :视频推理
- Vedio:
![space_woaudio](./doc/space_woaudio.mp4)
- text:: "Describe this video."
Output:
<div align=center>
<img src="./doc/result_vedio.png"/>
</div>
### 精度
`DCU与GPU精度一致,支持推理框架:transformers、vllm。`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment