@@ -639,7 +639,13 @@ layout: center
639639
640640# CUDA Conundrum: The Version Wars
641641
642- <div class =" grid grid-cols-3 gap-4 mt-6 " >
642+ <div class =" grid grid-cols-3 gap-2 mt-6 " >
643+ <div v-click class =" flex flex-col items-center bg-white/5 backdrop-blur-sm border border-white/10 rounded-lg p-6 " >
644+ <div class="text-4xl mb-4">🎯</div>
645+ <h3>Version 11.6</h3>
646+ <p class="text-sm opacity-70">Legacy Model</p>
647+ <p class="text-xs mt-2 text-red-300">Required by older frameworks</p>
648+ </div >
643649 <div v-click class =" flex flex-col items-center bg-white/5 backdrop-blur-sm border border-white/10 rounded-lg p-6 " >
644650 <div class="text-4xl mb-4">🎯</div>
645651 <h3>Version 11.8</h3>
@@ -652,12 +658,6 @@ layout: center
652658 <p class="text-sm opacity-70">System Default</p>
653659 <p class="text-xs mt-2 text-yellow-300">Newest features, compatibility issues</p>
654660 </div >
655- <div v-click class =" flex flex-col items-center bg-white/5 backdrop-blur-sm border border-white/10 rounded-lg p-6 " >
656- <div class="text-4xl mb-4">🎯</div>
657- <h3>Version 11.6</h3>
658- <p class="text-sm opacity-70">Legacy Model</p>
659- <p class="text-xs mt-2 text-red-300">Required by older frameworks</p>
660- </div >
661661</div >
662662
663663<div v-click class =" mt-8 grid grid-cols-2 gap-4 " >
@@ -689,7 +689,7 @@ glow: right
689689<div mt-6 />
690690
691691<div flex >
692- <div flex-1 pr-4 >
692+ <div flex-1 pr-0 >
693693 <div
694694 v-motion
695695 :initial="{ opacity: 0, y: 50 }"
@@ -703,7 +703,7 @@ glow: right
703703 </div>
704704 <div mt-4 flex justify-around>
705705 <div
706- v-for="(version, idx) in ['9.4 .0', '11.2.0 ']"
706+ v-for="(version, idx) in ['2.7 .0', '13.1 ']"
707707 :key="version"
708708 :class="[
709709 'relative px-4 py-3 rounded-lg border-2 transition-all duration-500',
@@ -715,7 +715,7 @@ glow: right
715715 v-if="$clicks >= idx+1"
716716 class="absolute -top-2 -right-2 rounded-full bg-sky-500 px-2 py-0.5 text-xs"
717717 >
718- {{['PyTorch', 'Ubuntu 22.04 '][idx]}}
718+ {{['PyTorch', 'gcc '][idx]}}
719719 </div>
720720 </div>
721721 </div>
@@ -765,10 +765,10 @@ glow: right
765765 <div i-carbon:code text-blue-300 text-xl mr-2 />
766766 <span font-bold>C++ ABI Changes</span>
767767 </div>
768- <div mt-4 flex flex-col gap-4 >
768+ <div mt-4 flex flex-col gap-2 >
769769 <div
770770 v-click="6"
771- flex flex-col border="1 solid blue-600 " rounded-lg overflow-hidden
771+ flex flex-col border="2 solid blue-900/50 " rounded-lg overflow-hidden h-50
772772 >
773773 <div bg="blue-800/50" py-1 px-3 text-sm>String Implementation</div>
774774 <div font-mono text-xs p-2>
@@ -795,7 +795,7 @@ glow: right
795795
796796<div
797797 v-click="6"
798- flex justify-center mt-4 bg="indigo-800/30" border="2 solid indigo-600"
798+ flex justify-center mt-4 bg="indigo-800/30"
799799 rounded-lg py-3 items-center
800800>
801801 <div i-carbon:face-dizzy text-2xl mr-2 />
@@ -848,13 +848,13 @@ glowSeed: 350
848848
849849 <div
850850 v-click="6"
851- border="2 solid green -800" bg="green -800/20"
851+ border="2 solid lime -800" bg="lime -800/20"
852852 rounded-lg overflow-hidden
853853 transition duration-500 ease-in-out
854854 :class="$clicks < 6 ? 'opacity-0 scale-90' : 'opacity-100 scale-100'"
855855 >
856- <div bg="green -800/40" px-4 py-2 flex items-center>
857- <div i-carbon:checkmark text-green -300 text-xl mr-2 />
856+ <div bg="lime -800/40" px-4 py-2 flex items-center>
857+ <div i-carbon:ai-status-in-progress text-lime -300 text-xl mr-2 />
858858 <span font-bold> Reusable Environments</span >
859859 </div>
860860 <div px-5 py-4 flex flex-col gap-2>
@@ -864,11 +864,11 @@ glowSeed: 350
864864 'Install once, mount instantly',
865865 'Identical experience for all team members',
866866 'Seamless dev-to-prod workflow'
867- ]"
867+ ]"carbon:help-filled
868868 :key="item"
869869 flex items-center gap-2
870870 >
871- <div i-carbon:checkmark -filled text-green -400 />
871+ <div i-carbon:help -filled text-lime -400 />
872872 <span>{{item}}</span>
873873 </div>
874874 </div>
@@ -905,26 +905,26 @@ glowSeed: 350
905905 </div>
906906 </div>
907907 </div>
908- <div w-80 bg="green-900/30 " rounded-lg p-3 relative>
909- <div absolute top--3 left-3 bg="green-700 " text-xs px-2 py-0.5 rounded-full>With Reusable Environments</div>
908+ <div w-80 bg="white/5 " rounded-lg p-3 relative>
909+ <div absolute top--3 left-3 bg="white/50 " text-xs px-2 py-0.5 rounded-full>With Reusable Environments</div>
910910 <div flex items-center gap-2 text-xl>
911- <div i-carbon:time text-green-300 />
911+ <div i-carbon:time text-white />
912912 <span font-bold>30 Seconds</span>
913913 </div>
914914 <div text-sm mt-2 opacity-70>
915915 Just mount the shared environment
916916 </div>
917917 <div flex flex-col gap-1 mt-4>
918918 <div flex items-center text-xs gap-1>
919- <div i-carbon:checkmark -filled text-green-400 text-sm />
919+ <div i-carbon:help -filled text-white text-sm />
920920 <span>Pre-built environments</span>
921921 </div>
922922 <div flex items-center text-xs gap-1>
923- <div i-carbon:checkmark -filled text-green-400 text-sm />
923+ <div i-carbon:help -filled text-white text-sm />
924924 <span>Consistent across team</span>
925925 </div>
926926 <div flex items-center text-xs gap-1>
927- <div i-carbon:checkmark -filled text-green-400 text-sm />
927+ <div i-carbon:help -filled text-white text-sm />
928928 <span>Efficient storage usage</span>
929929 </div>
930930 </div>
@@ -950,7 +950,7 @@ glow: left
950950 v-motion
951951 :initial="{ opacity: 0, y: 40 }"
952952 :enter="{ opacity: 1, y: 0, transition: { duration: 600 } }"
953- grid grid-cols-3 gap-8 w-full text-sm
953+ grid grid-cols-3 gap-4 w-full text-sm
954954 >
955955 <div
956956 v-click="1"
@@ -1054,7 +1054,7 @@ glow: left
10541054 rounded-lg p-4 w-full
10551055 >
10561056 <div text-center font-bold text-xl mb-3>What We Need</div>
1057- <div grid grid-cols-3 gap-4 >
1057+ <div grid grid-cols-3 gap-2 >
10581058 <div flex items-center gap-2>
10591059 <div i-carbon:checkmark-outline text-green-400 />
10601060 <span text-nowrap>Python package management</span>
0 commit comments