You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix HTML entity references in BlueberryLLMPage component
- Updated apostrophes to HTML entity references (e.g., ') for better compatibility in the BlueberryLLMPage component.
- Ensured consistent formatting in the course description and key features sections.
<h3className="text-lg font-semibold mb-3 text-purple-400">2. What makes DeepSeek's attention mechanisms innovative and how can they be combined with MoE?</h3>
89
+
<h3className="text-lg font-semibold mb-3 text-purple-400">2. What makes DeepSeek's attention mechanisms innovative and how can they be combined with MoE?</h3>
91
90
<pclassName="text-slate-300">
92
-
Explore DeepSeek's advanced attention mechanisms, including sparse attention patterns, RoPE scaling, and LoRA-style projections,
91
+
Explore DeepSeek's advanced attention mechanisms, including sparse attention patterns, RoPE scaling, and LoRA-style projections,
93
92
and understand how to integrate them with MoE architectures for optimal performance.
94
93
</p>
95
94
</div>
@@ -134,7 +133,7 @@ export default function BlueberryLLMPage() {
0 commit comments