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
LLaVA_vllm
Commits
c628c3aa
Commit
c628c3aa
authored
Dec 17, 2024
by
laibao
Browse files
No commit message
No commit message
parent
80e52b25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
c628c3aa
...
@@ -39,7 +39,7 @@ LLaVA(Large Language and Vision Assistant)的算法原理主要包括以下
...
@@ -39,7 +39,7 @@ LLaVA(Large Language and Vision Assistant)的算法原理主要包括以下
提供
[
光源
](
https://www.sourcefind.cn/#/image/dcu/custom
)
拉取推理的docker镜像:
提供
[
光源
](
https://www.sourcefind.cn/#/image/dcu/custom
)
拉取推理的docker镜像:
```
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.
3.0-py3.10-dtk24.04.3-ubuntu20.04-vllm0.6
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.
1.0-ubuntu20.04-dtk24.04.2-py3.10
# <Image ID>用上面拉取docker镜像的ID替换
# <Image ID>用上面拉取docker镜像的ID替换
# <Host Path>主机端路径
# <Host Path>主机端路径
# <Container Path>容器映射路径
# <Container Path>容器映射路径
...
@@ -163,7 +163,7 @@ ssh -L 8000:计算节点IP:8000 -L 8001:计算节点IP:8001 用户名@登录节
...
@@ -163,7 +163,7 @@ ssh -L 8000:计算节点IP:8000 -L 8001:计算节点IP:8001 用户名@登录节
`cd examples`
`cd examples`
```
```
vllm serve /mnt/data/llm-models/llava/llava-1.5-7b-hf --chat-template template_llava.jinja --port 8000
vllm serve /mnt/data/llm-models/llava/llava-1.5-7b-hf --chat-template template_llava.jinja --port 8000
--host"0.0.0.0"
```
```
4.
启动gradio服务
4.
启动gradio服务
...
...
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