Skip to content

Commit

Permalink
fix video error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhanqing committed Dec 9, 2024
1 parent 0e2f0a2 commit 8a4a69e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h2 class="title is-3 has-text-centered">Train an LLaMA-7B with 3× Throughput C
<div class="column has-text-centered">
<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://youtu.be/embed/XuNTX7VDViQ?si=-Q8-6_Ny9fTebeOe&t=52"
src="https://www.youtube.com/embed/XuNTX7VDViQ?si=0Kqf3ejnL05B85gL&amp;start=51"
title="Adam Throughput"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -339,7 +339,7 @@ <h3 class="title is-5">AdamW Optimizer with micro batch size of 4 at 79GB-80GB m
<div class="column has-text-centered">
<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://youtu.be/embed/s2WxdBGh99k?si=t-M49pNXBiFqwPPY&t=49"
src="https://www.youtube.com/embed/s2WxdBGh99k?si=XDEG6PD0EAJljDaz&amp;start=49"
title="APOLLO Throughput"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -359,7 +359,7 @@ <h2 class="title is-3 has-text-centered">Successful Training for LLaMA-13B Model
<div class="content has-text-centered">
<!-- Embed YouTube Video -->
<iframe width="560" height="315"
src="https://www.youtube.com/embed/6ngI62V_2SA?si=0pOxTsRu25FqRstu"
src="https://www.youtube.com/embed/6ngI62V_2SA?si=zxQ_gBFoOxYGqJ_G&amp;start=244"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand All @@ -376,15 +376,14 @@ <h2 class="title is-3 has-text-centered">Pre-train a LLaMA-7B on a NVIDIA TITAN
</p>
</div>
<div class="content has-text-centered">
<!-- Embed YouTube Video -->
<iframe width="560" height="315"
src="https://www.youtube.com/embed/L6Gfiz14EzA?si=WCw3FdNkbtdxYEQy&t=124"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
src="https://www.youtube.com/embed/L6Gfiz14EzA?si=i8xGBsKpDyfOONgM&amp;start=136"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 8a4a69e

Please sign in to comment.