Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
XrayGLM_pytorch
Commits
13a81eb0
Commit
13a81eb0
authored
Oct 16, 2024
by
wangsen
Browse files
change readme.md
parent
c14710ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
README.md
README.md
+0
-3
No files found.
README.md
View file @
13a81eb0
...
...
@@ -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光片的诊断结果'
```
## 精度
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment