Skip to content

Commit

Permalink
update video
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhanqing committed Dec 8, 2024
1 parent d9fd61e commit cd61ade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ <h2 class="title is-3 has-text-centered">Train an LLaMA-7B with 3× Throughput C
<div class="columns is-centered is-vcentered">
<!-- Adam Video -->
<div class="column has-text-centered">
<h3 class="title is-5">Adam Optimizer with micro batch size of 4</h3>
<h3 class="title is-5">AdamW Optimizer with micro batch size of 4 at 79GB-80GB memory cost</h3>
<iframe width="100%" height="315"
src="https://www.youtube.com/embed/MQB7E1mDC80?si=K31NDWx798lLzFLJ"
src="https://youtu.be/XuNTX7VDViQ?si=-Q8-6_Ny9fTebeOe&t=52"
title="Adam Throughput"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -328,9 +328,9 @@ <h3 class="title is-5">Adam Optimizer with micro batch size of 4</h3>

<!-- APOLLO Video -->
<div class="column has-text-centered">
<h3 class="title is-5">APOLLO Optimizer with micro batch size of 16</h3>
<h3 class="title is-5">APOLLO Optimizer with micro batch size of 16 at 69GB-70GB memory cost</h3>
<iframe width="100%" height="315"
src="https://www.youtube.com/embed/isxRL844mnY?si=5AuZJMcdex8YgCZQ"
src="https://youtu.be/s2WxdBGh99k?si=t-M49pNXBiFqwPPY&t=49"
title="APOLLO Throughput"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand Down

0 comments on commit cd61ade

Please sign in to comment.