Commit 13a81eb0 authored by wangsen's avatar wangsen
Browse files

change readme.md

parent c14710ee
......@@ -28,7 +28,6 @@ docker exec -it xrayglm /bin/bash
```
pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
```
Dockerfile(方式二)
......@@ -37,7 +36,6 @@ Dockerfile(方式二)
docker build -t xrayglm:latest .
docker run -dit --shm-size 80g --network=host --name=xrayglm --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /opt/hyhal/:/opt/hyhal/:ro geneformer:latest /bin/bash
docker exec -it xrayglm /bin/bash
```
......@@ -89,7 +87,6 @@ pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trus
```
python cli_demo.py --from_pretrained checkpoints/checkpoints-XrayGLM-300 --prompt_zh '详细描述这张胸部X光片的诊断结果'
```
## 精度
......
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