From d70dc5081314d81cdc66f5211e0c07e62081abd8 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Thu, 9 Jul 2026 10:39:04 +0800 Subject: [PATCH 1/2] Polish elastic workload positioning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d9d496c..b2b590e5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flame: A Distributed Engine for AI +# Flame: A Distributed Engine for Elastic Workloads [![license](https://img.shields.io/github/license/xflops/flame)](http://github.com/xflops/flame) [![RepoSize](https://img.shields.io/github/repo-size/xflops/flame)](http://github.com/xflops/flame) @@ -6,7 +6,7 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/7299/badge)](https://bestpractices.coreinfrastructure.org/projects/7299) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xflops/flame) -Flame is a distributed engine for AI, providing a comprehensive suite of mechanisms commonly required by various classes of AI workloads, including agents, reinforcement learning, and more. Built upon over a decade and a half of experience running diverse high-performance workloads at scale across multiple systems and platforms, Flame incorporates best-of-breed ideas and practices from the open source community. +Flame is a distributed engine for elastic workloads, including AI agents, reinforcement learning, and quantitative computing. It provides a comprehensive suite of common mechanisms for running these workloads at scale. Built on over a decade and a half of experience running diverse high-performance workloads across multiple systems and platforms, Flame incorporates best-of-breed ideas and practices from the open source community. ## Motivation From c18df55aa0f14d190467aeb64a9bccf557016672 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Thu, 9 Jul 2026 11:12:25 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b590e5..f45ff8b3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/7299/badge)](https://bestpractices.coreinfrastructure.org/projects/7299) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xflops/flame) -Flame is a distributed engine for elastic workloads, including AI agents, reinforcement learning, and quantitative computing. It provides a comprehensive suite of common mechanisms for running these workloads at scale. Built on over a decade and a half of experience running diverse high-performance workloads across multiple systems and platforms, Flame incorporates best-of-breed ideas and practices from the open source community. +Flame is a distributed engine for elastic workloads, including AI agents, reinforcement learning, and quantitative computing. It provides a comprehensive suite of core mechanisms for running these workloads at scale. Built on over a decade and a half of experience running diverse high-performance workloads across multiple systems and platforms, Flame incorporates best-of-breed ideas and practices from the open source community. ## Motivation