Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated blog images and card image. #18631

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/routes/blogs/accelerating-llama-2/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
/>
<meta property="og:type" content="article" />
<meta property="og:url" content="https://onnxruntime.ai/blogs/accelerating-llama-2" />
<meta property="og:image" content={figure5} />
<meta property="og:image" content={figure1b} />
<meta property="og:site_name" content="ONNX Runtime" />
<meta name="twitter:card" content={figure5} />
<meta name="twitter:card" content={figure1b} />
<meta name="twitter:title" content="Accelerating LLaMA-2 Inference with ONNX Runtime" />
<meta
name="twitter:description"
content="Explore how ONNX Runtime can propel your Llama2 variants for faster inference."
/>
<meta name="twitter:image" content={figure5} />
<meta name="twitter:image" content={figure1b} />
</svelte:head>
<Header pathvar="" />
<div class="container mx-auto px-4 md:px-8 lg:px-48 pt-8">
Expand Down Expand Up @@ -133,7 +133,7 @@

<p class="mb-4">
Token generation throughput below is the average throughput of the first 256 tokens generated.
We see up to ~1.4X (7B) and ~1.7X (13B) gains in token generation throughput when compared to
We see up to ~1.3X (7B) and ~1.5X (13B) gains in token generation throughput when compared to
PyTorch compile mode.
</p>

Expand Down
Loading