File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/blog/pretrain-llm-with-nvfp4 Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,18 @@ export default function NVFP4Project() {
252252
253253 { /* Article Body */ }
254254 < div className = "px-8 sm:px-12 pb-20" >
255+ < div className = "mb-8" >
256+ < div className = "relative" style = { { paddingTop : '56.25%' } } >
257+ < iframe
258+ className = "absolute top-0 left-0 w-full h-full rounded-lg shadow-2xl"
259+ src = "https://www.youtube.com/embed/Rk4APYLK0VY"
260+ title = "YouTube video player"
261+ frameBorder = "0"
262+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
263+ allowFullScreen
264+ > </ iframe >
265+ </ div >
266+ </ div >
255267 < div className = "prose prose-lg prose-invert max-w-none" >
256268 < MarkdownRenderer content = { markdownContent } />
257269 </ div >
You can’t perform that action at this time.
0 commit comments