This repository contains the official website for XFLOPS, featuring comprehensive documentation for the Flame project - our distributed engine for AI Agents.
XFLOPS is an organization that helps customers build cloud-native platforms for high-performance workloads including AI, BigData, and HPC. Our platform is built upon decades of experience in both batch and elastic workload management.
Flame is our flagship distributed engine for AI Agents, designed to handle the most demanding AI workloads with unprecedented efficiency and scalability. It provides the infrastructure and tools needed to deploy, manage, and scale AI applications across distributed environments.
- Distributed AI Training: Scale your AI model training across multiple nodes and clusters
- Agent Orchestration: Manage complex AI agent workflows and interactions
- Resource Optimization: Intelligent resource allocation for maximum efficiency
- Fault Tolerance: Built-in resilience and recovery mechanisms
- Multi-Cloud Support: Deploy across different cloud providers seamlessly
- Heterogeneous Device Support: Utilize GPUs, TPUs, and specialized accelerators
This website is built with Jekyll and includes:
- Homepage: Introduction to XFLOPS and Flame project
- Documentation: Comprehensive guides and references
- Getting Started Guide
- Use Cases and Examples
- User Guide and Best Practices
- API Reference
- Ecosystem Information
- Blog: Latest news, updates, and insights
- Community: Links to GitHub, Slack, and support channels
- Ruby 2.7 or later
- Jekyll 4.0 or later
- Bundler
-
Clone the repository:
git clone https://github.com/xflops/xflops.github.io.git cd xflops.github.io -
Install dependencies:
bundle install
-
Start the development server:
bundle exec jekyll serve -
Open your browser and navigate to
http://localhost:4000
bundle exec jekyll buildThe built site will be in the _site directory.
.
├── _config.yml # Jekyll configuration
├── _layouts/ # HTML layouts
├── _docs/ # Documentation pages
├── _blog/ # Blog posts
├── assets/ # CSS, JavaScript, and other assets
├── images/ # Images and logos
├── blog/ # Blog listing page
├── index.html # Homepage
├── sitemap.xml # Sitemap for SEO
├── robots.txt # Robots file for crawlers
└── README.md # This file
We welcome contributions to improve the website and documentation:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- Use clear, concise language
- Include code examples where appropriate
- Follow the existing style and format
- Test your changes locally before submitting
- Write informative, engaging content
- Include relevant tags and categories
- Use proper markdown formatting
- Add appropriate images and diagrams
The website is automatically deployed to GitHub Pages when changes are pushed to the main branch.
- Email: support@xflops.io
- GitHub: http://github.com/xflops
- Slack: http://xflops.slack.com
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Jekyll
- Styled with modern CSS and responsive design
- Icons and graphics from various open-source sources
Ready to explore Flame? Check out our Getting Started Guide and join our community!