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
laibao
llava_vllm
Commits
682619e6
Commit
682619e6
authored
Oct 16, 2024
by
laibao
Browse files
No commit message
No commit message
parent
a775b714
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
682619e6
...
@@ -105,6 +105,8 @@ python examples/llava_example.py
...
@@ -105,6 +105,8 @@ python examples/llava_example.py
启动服务:
启动服务:
`cd examples`
```
bash
```
bash
python
-m
vllm.entrypoints.openai.api_server
--model
llava/llava-1.5-7b-hf
--image-input-type
pixel_values
--image-token-id
32000
--image-input-shape
1,3,336,336
--image-feature-size
576
--chat-template
template_llava.jinja
python
-m
vllm.entrypoints.openai.api_server
--model
llava/llava-1.5-7b-hf
--image-input-type
pixel_values
--image-token-id
32000
--image-input-shape
1,3,336,336
--image-feature-size
576
--chat-template
template_llava.jinja
...
@@ -132,7 +134,6 @@ curl http://localhost:8000/v1/chat/completions \
...
@@ -132,7 +134,6 @@ curl http://localhost:8000/v1/chat/completions \
```
```
### result
### result
使用的加速卡:单卡K100_AI 模型:
[
llava-v1.5-7b
](
http://113.200.138.88:18080/aimodels/llava-v1.5-7b
)
使用的加速卡:单卡K100_AI 模型:
[
llava-v1.5-7b
](
http://113.200.138.88:18080/aimodels/llava-v1.5-7b
)
...
...
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