tileline at home
This commit is contained in:
@@ -70,23 +70,107 @@ extra:
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------->
|
||||
|
||||
<!-- Section 3 (timeline) -->
|
||||
|
||||
<!-- Section 3 -->
|
||||
<div class="mx-auto max-w-7xl px-4 lg:px-8 lg:py-24 py-12">
|
||||
<div class="mx-auto max-w-4xl text-center">
|
||||
|
||||
|
||||
## What Can You Do<br> with an **AIBox**
|
||||
|
||||
</div>
|
||||
|
||||
{{ timeline(
|
||||
subtitle_1="",
|
||||
title_1="Run AI Models with Full Control",
|
||||
point_1_1="Execute AI models directly on your dedicated GPU.",
|
||||
point_1_2="Decide which models are allowed to run on your AI BOX.",
|
||||
point_1_3="Reserve 100% of your GPU resources anytime for your own experimentation",
|
||||
|
||||
subtitle_2="",
|
||||
title_2="Rent Out Virtual Machines (CloudSlices)",
|
||||
point_2_1="Slice your hardware into a maximum of 8 Virtual Machines.",
|
||||
point_2_2="Control GPU allocation: 0, 1, or 2 GPUs per VM (no oversubscription).",
|
||||
point_2_3="Users can connect or disconnect GPUs as needed, with owner permissions.",
|
||||
point_2_4="Each VM is securely connected to Mycelium (P2P overlay network), ensuring efficient communication.",
|
||||
point_2_5="Pre-built container images available for quick setup and deployment.",
|
||||
point_2_6="Web gateways allow external connections to VM containers.",
|
||||
paragraph_2_1="Planned end of summer 2025.",
|
||||
|
||||
subtitle_3="",
|
||||
title_3="Mycelium Actors",
|
||||
point_3_1="Become a host for Mycelium Actors and contribute to the Mycelium network.",
|
||||
point_3_2="Mycelium Actors process jobs and generate rewards for their hosts.",
|
||||
point_3_3="These jobs can range from AI requests (such as LLM processing) to higher-level functions like text-to-speech, website building, transcribing youtube video's, training a large language model, communicate ...",
|
||||
paragraph_3_1="By leveraging Mycelium Actors, we pave the way for Augmented Collective Intelligence.",
|
||||
paragraph_3_2="Upcoming feature, stay tuned."
|
||||
|
||||
) }}
|
||||
|
||||
</div>
|
||||
|
||||
{{ timeline() }}
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------->
|
||||
|
||||
<!-- 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 mb-8 " style="width:60%">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
<div class="mx-auto max-w-4xl text-center">
|
||||
|
||||
## Push the Limits of <br>AI—Your Way.
|
||||
|
||||
<br>
|
||||
|
||||
### **AIBox** is built for those who think beyond limits. Whether you're a hacker, AI researcher, or tech enthusiast, AIBox is your playground.
|
||||
|
||||
</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="border-t border-gray-200 pt-4">
|
||||
|
||||
#### For Developers & Hackers
|
||||
|
||||
- Direct GPU programming with ROCm
|
||||
- Custom containerization support
|
||||
- Full Linux kernel access
|
||||
- Next-gen P2P networking
|
||||
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
|
||||
#### For AI Researchers
|
||||
|
||||
- Support for popular ML frameworks (PyTorch, TensorFlow)
|
||||
- Large model training capability (up to 48GB VRAM)
|
||||
- Distributed training support
|
||||
- Dataset management tools
|
||||
</div>
|
||||
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
|
||||
#### For Tech Enthusiasts
|
||||
|
||||
- Water cooling management interface
|
||||
- Power consumption monitoring
|
||||
- Performance benchmarking tools
|
||||
- Resource allocation controls
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!----------------------------------------------------------------------------------------->
|
||||
|
||||
<!-- Section 7 -->
|
||||
|
Reference in New Issue
Block a user