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 \ ...@@ -227,22 +227,13 @@ curl http://x.x.x.x:8000/v1/chat/completions \
}' }'
``` ```
## vllm效果展示
## 效果展示 ## 效果展示
**场景1** :普通图文对话
Input:
- image: - image:
<div align=center> <div align=center>
<img src="./doc/demo.jpeg"/> <img src="./doc/demo.jpeg"/>
</div> </div>
- text: "Describe this image." - text: "Describe this image."
Output: Output:
...@@ -250,46 +241,6 @@ Output: ...@@ -250,46 +241,6 @@ Output:
<div align=center> <div align=center>
<img src="./doc/result.png"/> <img src="./doc/result.png"/>
</div> </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。` `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