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
norm
vllm
Commits
fc72e39d
Unverified
Commit
fc72e39d
authored
Jun 20, 2023
by
Zhuohan Li
Committed by
GitHub
Jun 20, 2023
Browse files
Change image urls (#164)
parent
b7e62d34
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
fc72e39d
<p
align=
"center"
>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
.
/docs/source/assets/logos/vllm-logo-text-dark.png"
>
<img
alt=
"vLLM"
src=
"
.
/docs/source/assets/logos/vllm-logo-text-light.png"
width=
55%
>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/logos/vllm-logo-text-dark.png"
>
<img
alt=
"vLLM"
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/logos/vllm-logo-text-light.png"
width=
55%
>
</picture>
</p>
...
...
@@ -66,12 +66,12 @@ For details, check out our [blog post]().
<p
align=
"center"
>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
.
/docs/source/assets/figures/perf_a10g_n1_dark.png"
>
<img
src=
"
.
/docs/source/assets/figures/perf_a10g_n1_light.png"
width=
"45%"
>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a10g_n1_dark.png"
>
<img
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a10g_n1_light.png"
width=
"45%"
>
</picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a100_n1_dark.png"
>
<img
src=
"
.
/docs/source/assets/figures/perf_a100_n1_light.png"
width=
"45%"
>
<img
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a100_n1_light.png"
width=
"45%"
>
</picture>
<br>
<em>
Serving throughput when each request asks for 1 output completion.
</em>
...
...
@@ -80,11 +80,11 @@ For details, check out our [blog post]().
<p
align=
"center"
>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a10g_n3_dark.png"
>
<img
src=
"
.
/docs/source/assets/figures/perf_a10g_n3_light.png"
width=
"45%"
>
<img
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a10g_n3_light.png"
width=
"45%"
>
</picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a100_n3_dark.png"
>
<img
src=
"
.
/docs/source/assets/figures/perf_a100_n3_light.png"
width=
"45%"
>
<img
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a100_n3_light.png"
width=
"45%"
>
</picture>
<br>
<em>
Serving throughput when each request asks for 3 output completions.
</em>
</p>
...
...
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