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
SIYIXNI
vllm
Commits
fc72e39d
"...squeezeformer_tensorflow.git" did not exist on "18dbf036324666c418be9a96efb73b28318b3c7c"
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
Hide 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"
>
<p
align=
"center"
>
<picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
.
/docs/source/assets/logos/vllm-logo-text-dark.png"
>
<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=
"
.
/docs/source/assets/logos/vllm-logo-text-light.png"
width=
55%
>
<img
alt=
"vLLM"
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/logos/vllm-logo-text-light.png"
width=
55%
>
</picture>
</picture>
</p>
</p>
...
@@ -66,12 +66,12 @@ For details, check out our [blog post]().
...
@@ -66,12 +66,12 @@ For details, check out our [blog post]().
<p
align=
"center"
>
<p
align=
"center"
>
<picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"
.
/docs/source/assets/figures/perf_a10g_n1_dark.png"
>
<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=
"
.
/docs/source/assets/figures/perf_a10g_n1_light.png"
width=
"45%"
>
<img
src=
"
https://raw.githubusercontent.com/vllm-project/vllm/main
/docs/source/assets/figures/perf_a10g_n1_light.png"
width=
"45%"
>
</picture>
</picture>
<picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a100_n1_dark.png"
>
<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>
</picture>
<br>
<br>
<em>
Serving throughput when each request asks for 1 output completion.
</em>
<em>
Serving throughput when each request asks for 1 output completion.
</em>
...
@@ -80,11 +80,11 @@ For details, check out our [blog post]().
...
@@ -80,11 +80,11 @@ For details, check out our [blog post]().
<p
align=
"center"
>
<p
align=
"center"
>
<picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a10g_n3_dark.png"
>
<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>
<picture>
<picture>
<source
media=
"(prefers-color-scheme: dark)"
srcset=
"./docs/source/assets/figures/perf_a100_n3_dark.png"
>
<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>
</picture>
<br>
<em>
Serving throughput when each request asks for 3 output completions.
</em>
<em>
Serving throughput when each request asks for 3 output completions.
</em>
</p>
</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