Unverified Commit 6598a431 authored by MPU王荣胜's avatar MPU王荣胜 Committed by GitHub
Browse files

Update README.md

parent 6f3d5c0a
...@@ -70,9 +70,14 @@ pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-deps "SwissArmyTrans ...@@ -70,9 +70,14 @@ pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-deps "SwissArmyTrans
``` ```
2. 模型推理 2. 模型推理
|模型权重|下载链接|
|:-|:-|
|checkpoints-XrayGLM-300|-|
|checkpoints-XrayGLM-3000|-|
CLI推理: CLI推理:
```python ```python
python cli_demo.py --from_pretrained checkpoints/finetune-XrayGLM-05-25-01-04 --prompt_zh '详细描述这张胸部X光片的诊断结果' python cli_demo.py --from_pretrained checkpoints/checkpoints-XrayGLM-3000 --prompt_zh '详细描述这张胸部X光片的诊断结果'
``` ```
更多[参数](https://github.com/WangRongsheng/XrayGLM/blob/main/cli_demo.py#L16) 更多[参数](https://github.com/WangRongsheng/XrayGLM/blob/main/cli_demo.py#L16)
......
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