tileline at home
This commit is contained in:
parent
db7c7f0bf7
commit
50213a4de3
@ -118,7 +118,7 @@ extra:
|
|||||||
<!-- Section 34 (Push the Limits) -->
|
<!-- Section 34 (Push the Limits) -->
|
||||||
|
|
||||||
<div class="mx-auto max-w-7xl px-4 lg:px-8 lg:py-24 py-12">
|
<div class="mx-auto max-w-7xl px-4 lg:px-8 lg:py-24 py-12">
|
||||||
<div class="mx-auto mb-8 " style="width:60%">
|
<div class="product mx-auto mb-8 " style="width:60%">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -135,35 +135,49 @@ extra:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-6 gap-y-10 sm:grid-cols-2 sm:gap-y-16 lg:max-w-none lg:grid-cols-3 lg:gap-x-8">
|
<div class="mx-auto mt-10 grid max-w-2xl grid-cols-1 gap-x-6 gap-y-10 lg:max-w-none lg:grid-cols-3 lg:gap-x-10">
|
||||||
<div class="border-t border-gray-200 pt-4">
|
|
||||||
|
|
||||||
|
<div class="p-2 lg:p-6">
|
||||||
|
|
||||||
#### For Developers & Hackers
|
#### For Developers & Hackers
|
||||||
|
|
||||||
|
<div class="border-t border-gray-300 pt-4">
|
||||||
|
|
||||||
- Direct GPU programming with ROCm
|
- Direct GPU programming with ROCm
|
||||||
- Custom containerization support
|
- Custom containerization support
|
||||||
- Full Linux kernel access
|
- Full Linux kernel access
|
||||||
- Next-gen P2P networking
|
- Next-gen P2P networking
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="border-t border-gray-200 pt-4">
|
</div>
|
||||||
|
|
||||||
|
<div class="p-2 lg:p-6">
|
||||||
|
|
||||||
#### For AI Researchers
|
#### For AI Researchers
|
||||||
|
|
||||||
|
<div class="border-t border-gray-300 pt-4">
|
||||||
|
|
||||||
- Support for popular ML frameworks (PyTorch, TensorFlow)
|
- Support for popular ML frameworks (PyTorch, TensorFlow)
|
||||||
- Large model training capability (up to 48GB VRAM)
|
- Large model training capability (up to 48GB VRAM)
|
||||||
- Distributed training support
|
- Distributed training support
|
||||||
- Dataset management tools
|
- Dataset management tools
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="border-t border-gray-200 pt-4">
|
<div class="p-2 lg:p-6">
|
||||||
|
|
||||||
#### For Tech Enthusiasts
|
#### For Tech Enthusiasts
|
||||||
|
|
||||||
|
<div class="border-t border-gray-300 pt-4">
|
||||||
|
|
||||||
- Water cooling management interface
|
- Water cooling management interface
|
||||||
- Power consumption monitoring
|
- Power consumption monitoring
|
||||||
- Performance benchmarking tools
|
- Performance benchmarking tools
|
||||||
- Resource allocation controls
|
- Resource allocation controls
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -251,3 +265,14 @@ extra:
|
|||||||
button_text_3="Learn More",
|
button_text_3="Learn More",
|
||||||
button_link_3="https://threefold.info/aibox/docs/"
|
button_link_3="https://threefold.info/aibox/docs/"
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
|
||||||
|
.product {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
@ -270,7 +270,7 @@ background-color:#5596f5 !important;
|
|||||||
@apply font-normal;
|
@apply font-normal;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
@apply text-xl font-semibold my-4 tracking-wider;
|
@apply text-xl font-semibold my-2 tracking-wider;
|
||||||
font-family: "Inter", sans-serif !important;
|
font-family: "Inter", sans-serif !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user