update Readme

This commit is contained in:
zhousha
2025-08-29 13:38:28 +08:00
parent 99ffbdb4d5
commit 70f63772f7

View File

@@ -20,6 +20,11 @@ docker run -it --rm \
-v /mnt/contest_ceph/zhoushasha/models/microsoft/beit-base-patch16-224:/model:rw \
--privileged bi100-3.2.1-x86-ubuntu20.04-py3.10-poc-llm-infer:test
```
4、测试服务
```python
curl -X POST http://localhost:10086/v1/private/s782b4996 \
> -F "image=@/home/zhoushasha/models/026_0010.jpg"
```
## 视觉分类模型测试服务原理