Skip to content

Commit e7efcad

Browse files
committed
Site updated: 2025-08-27 14:11:47
1 parent a200cb0 commit e7efcad

File tree

9 files changed

+71
-4
lines changed

9 files changed

+71
-4
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ pre .javascript .function {
11681168
}
11691169
.links-of-author a::before,
11701170
.links-of-author span.exturl::before {
1171-
background: #3378cd;
1171+
background: #bfffa1;
11721172
border-radius: 50%;
11731173
content: ' ';
11741174
display: inline-block;

images/bt.jpg

16.4 KB
Loading

images/hyp.jpeg

28.9 KB
Loading

images/lmy.jpg

37.4 KB
Loading

images/wqg.jpeg

29.9 KB
Loading

images/xdk.jpg

183 KB
Loading

images/xjw.jpeg

21.7 KB
Loading

images/zsj.jpg

4.07 KB
Loading

index.html

Lines changed: 70 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@
2727
<meta property="og:site_name" content="LLM-Assignment-Doc">
2828
<meta property="og:description" content="Welcome to our assignments! A collection of assignments on large language models, serving for both beginners to get started and pros to practice advanced tech. 📄 文章索引 A0 Onboarding A1 Matmul A2 RMSNo">
2929
<meta property="og:locale" content="zh_CN">
30-
<meta property="article:published_time" content="2025-08-26T09:21:51.927Z">
31-
<meta property="article:modified_time" content="2025-08-26T09:21:51.927Z">
30+
<meta property="og:image" content="https://njudeepengine.github.io/images/xjw.jpeg">
31+
<meta property="og:image" content="https://njudeepengine.github.io/images/hyp.jpeg">
32+
<meta property="og:image" content="https://njudeepengine.github.io/images/zsj.jpg">
33+
<meta property="og:image" content="https://njudeepengine.github.io/images/lmy.jpg">
34+
<meta property="og:image" content="https://njudeepengine.github.io/images/wqg.jpeg">
35+
<meta property="og:image" content="https://njudeepengine.github.io/images/bt.jpg">
36+
<meta property="og:image" content="https://njudeepengine.github.io/images/xdk.jpg">
37+
<meta property="article:published_time" content="2025-08-27T06:10:13.806Z">
38+
<meta property="article:modified_time" content="2025-08-27T06:10:13.806Z">
3239
<meta property="article:author" content="DeepEngine">
3340
<meta name="twitter:card" content="summary">
41+
<meta name="twitter:image" content="https://njudeepengine.github.io/images/xjw.jpeg">
3442

3543
<link rel="canonical" href="https://njudeepengine.github.io/">
3644

@@ -184,6 +192,65 @@ <h1 id="📄-文章索引"><a href="#📄-文章索引" class="headerlink" title
184192
<li><a href="/LLM-Blog/2025/08/26/A5-transformer-block/" title="A5-transformer-block">A5 Transformer Block</a>
185193
</li>
186194
</ol>
195+
<h1 id="Acknowledgement"><a href="#Acknowledgement" class="headerlink" title="Acknowledgement"></a>Acknowledgement</h1><h4 id="Course-Instructor"><a href="#Course-Instructor" class="headerlink" title="Course Instructor:"></a>Course Instructor:</h4><div style="display:flex; gap:20px; flex-wrap: wrap;">
196+
<!-- 贡献者卡片 -->
197+
198+
<div style="text-align:center;">
199+
<a href="https://github.com/ParagonLight" target="_blank" style="text-decoration:none; color:inherit;">
200+
<img src="./images/xjw.jpeg" alt="xjw" width="80" height="80" style="border-radius:50%;">
201+
<div style="margin-top:5px; font-size:14px;">徐经纬</div>
202+
</a>
203+
</div>
204+
</div>
205+
206+
<h4 id="Course-Co-founder"><a href="#Course-Co-founder" class="headerlink" title="Course Co-founder:"></a>Course Co-founder:</h4><div style="display:flex; gap:20px; flex-wrap: wrap;">
207+
208+
<div style="text-align:center;">
209+
<a href="https://github.com/Strivin0311" target="_blank" style="text-decoration:none; color:inherit;">
210+
<img src="./images/hyp.jpeg" alt="hyp" width="80" height="80" style="border-radius:50%;">
211+
<div style="margin-top:5px; font-size:14px;">黄云鹏</div>
212+
</a>
213+
</div>
214+
</div>
215+
216+
<h4 id="Course-TAs"><a href="#Course-TAs" class="headerlink" title="Course TAs:"></a>Course TAs:</h4><div style="display:flex; gap:20px; flex-wrap: wrap;">
217+
218+
<div style="text-align:center;">
219+
<a href="https://shijuzhao.github.io" target="_blank" style="text-decoration:none; color:inherit;">
220+
<img src="./images/zsj.jpg" alt="lmy" width="80" height="80" style="border-radius:50%;">
221+
<div style="margin-top:5px; font-size:14px;">赵世驹</div>
222+
</a>
223+
</div>
224+
225+
<div style="text-align:center;">
226+
<a href="https://github.com/gaomusiki" target="_blank" style="text-decoration:none; color:inherit;">
227+
<img src="./images/lmy.jpg" alt="lmy" width="80" height="80" style="border-radius:50%;">
228+
<div style="margin-top:5px; font-size:14px;">梁明宇</div>
229+
</a>
230+
</div>
231+
232+
<div style="text-align:center;">
233+
<a href="https://github.com/WT1W" target="_blank" style="text-decoration:none; color:inherit;">
234+
<img src="./images/wqg.jpeg" alt="wqg" width="80" height="80" style="border-radius:50%;">
235+
<div style="margin-top:5px; font-size:14px;">王乾钢</div>
236+
</a>
237+
</div>
238+
239+
<div style="text-align:center;">
240+
<a href="https://github.com/Big-TRex" target="_blank" style="text-decoration:none; color:inherit;">
241+
<img src="./images/bt.jpg" alt="bt" width="80" height="80" style="border-radius:50%;">
242+
<div style="margin-top:5px; font-size:14px;">卜韬</div>
243+
</a>
244+
</div>
245+
246+
<div style="text-align:center;">
247+
<a href="https://github.com/PureDimension" target="_blank" style="text-decoration:none; color:inherit;">
248+
<img src="./images/xdk.jpg" alt="xdk" width="80" height="80" style="border-radius:50%;">
249+
<div style="margin-top:5px; font-size:14px;">徐鼎坤</div>
250+
</a>
251+
</div>
252+
</div>
253+
187254
<!-- ### Create a new post
188255
189256
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
@@ -254,7 +321,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
254321
255322
<!--noindex-->
256323
<div class="post-toc-wrap sidebar-panel">
257-
<div class="post-toc motion-element"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#%F0%9F%93%84-%E6%96%87%E7%AB%A0%E7%B4%A2%E5%BC%95"><span class="nav-number">1.</span> <span class="nav-text">📄 文章索引</span></a></li></ol></div>
324+
<div class="post-toc motion-element"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#%F0%9F%93%84-%E6%96%87%E7%AB%A0%E7%B4%A2%E5%BC%95"><span class="nav-number">1.</span> <span class="nav-text">📄 文章索引</span></a></li><li class="nav-item nav-level-1"><a class="nav-link" href="#Acknowledgement"><span class="nav-number">2.</span> <span class="nav-text">Acknowledgement</span></a><ol class="nav-child"><li class="nav-item nav-level-4"><a class="nav-link" href="#Course-Instructor"><span class="nav-number">2.0.0.1.</span> <span class="nav-text">Course Instructor:</span></a></li><li class="nav-item nav-level-4"><a class="nav-link" href="#Course-Co-founder"><span class="nav-number">2.0.0.2.</span> <span class="nav-text">Course Co-founder:</span></a></li><li class="nav-item nav-level-4"><a class="nav-link" href="#Course-TAs"><span class="nav-number">2.0.0.3.</span> <span class="nav-text">Course TAs:</span></a></li></ol></li></ol></li></ol></li></ol></div>
258325
</div>
259326
<!--/noindex-->
260327

0 commit comments

Comments
 (0)