diff --git a/README.md b/README.md index 7d81994..2b0e158 100644 --- a/README.md +++ b/README.md @@ -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" +``` ## 视觉分类模型测试服务原理