Commit 54a9b020 authored by laibao's avatar laibao
Browse files

Update README.md

parent 54dcc4c1
......@@ -134,23 +134,6 @@ curl http://localhost:8000/v1/chat/completions \
```
### result
使用的加速卡:单卡K100_AI 模型:[llava-v1.5-7b](http://113.200.138.88:18080/aimodels/llava-v1.5-7b)
输入:
images:
<div align="center">
<img src="./doc/images.png" width="300" height="200"/>
</div>
text: What is the content of this image?
输出:
output: The image features a close-up view of a stop sign on a city street
### **gradio和vllm结合使用**
......@@ -188,7 +171,26 @@ python -m vllm.entrypoints.openai.api_server --model /mnt/data/llm-models/ll
在浏览器中输入本地 URL,可以使用 Gradio 提供的对话服务。
### result
## result
### 离线推理服务
使用的加速卡:单卡K100_AI 模型:[llava-v1.5-7b](http://113.200.138.88:18080/aimodels/llava-v1.5-7b)
输入:
images:
<div align="center">
<img src="./doc/images.png" width="300" height="200"/>
</div>
text: What is the content of this image?
输出:
output: The image features a close-up view of a stop sign on a city street
### gradio服务
使用的加速卡:单卡K100_AI 模型:[llava-v1.5-7b](http://113.200.138.88:18080/aimodels/llava-v1.5-7b)
......
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