From b7ee358b766c3f2df1425404d056ee7b24ec451c Mon Sep 17 00:00:00 2001 From: Stefan Webb Date: Thu, 13 Nov 2025 11:24:07 -0800 Subject: [PATCH] Add Oumi to OpenEnv partner platforms -> README.md Oumi is an open source project for end-to-end foundation model development (data synthesis, fine-tuning, eval, quantization and distillation, etc.) with good traction (8.6k GitHub stars): https://github.com/oumi-ai/oumi This PR adds a link to our demo notebook showing how to do GRPO training with Oumi + OpenEnv + vLLM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2371a373..31640b40 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ An e2e framework for creating, deploying and using isolated execution environmen - [TRL example](https://huggingface.co/docs/trl/main/en/openenv) - [Unsloth Google Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/OpenEnv_gpt_oss_(20B)_Reinforcement_Learning_2048_Game.ipynb) - [ART example](https://art.openpipe.ai/integrations/openenv-integration) +- [Oumi example](https://github.com/oumi-ai/oumi/blob/main/notebooks/Oumi%20-%20OpenEnv%20GRPO%20with%20trl.ipynb) ## Overview