From 1aa6884b0475465c5b9b9a494c0bfab3797f0584 Mon Sep 17 00:00:00 2001 From: davidbonet Date: Sun, 23 Feb 2025 13:16:13 -0800 Subject: [PATCH] Fix yaml filenames in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bae44ab..db36ee22 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ pip install "flash_attn==2.6.3" --no-build-isolation Training heavily leverages the [composer](https://github.com/mosaicml/composer) framework. All training are configured via YAML files, of which you can find examples in the `yamls` folder. We highly encourage you to check out one of the example yamls, such as `yamls/main/flex-bert-rope-base.yaml`, to explore the configuration options. ### Launch command example -To run a training job using `yamls/main/modernbert-base.yaml` on all available GPUs, use the following command. +To run a training job using `yamls/main/flex-bert-base.yaml` on all available GPUs, use the following command. ``` -composer main.py yamls/main/modernbert-base.yaml +composer main.py yamls/main/flex-bert-base.yaml ``` ### Data