From 63c88d091040b98655f77e753805c110d1173090 Mon Sep 17 00:00:00 2001 From: Irene Dea Date: Wed, 21 Feb 2024 17:18:38 -0800 Subject: [PATCH] do not mention 1.13 in readme (#988) Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a95daa77..af65814788 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ We highly recommend using our prebuilt Docker images. You can find them here: ht The `mosaicml/pytorch` images are pinned to specific PyTorch and CUDA versions, and are stable and rarely updated. The `mosaicml/llm-foundry` images are built with new tags upon every commit to the `main` branch. -You can select a specific commit hash such as `mosaicml/llm-foundry:1.13.1_cu117-f678575` or take the latest one using `mosaicml/llm-foundry:1.13.1_cu117-latest`. +You can select a specific commit hash such as `mosaicml/llm-foundry:2.2.0_cu121_flash2-2431730` or take the latest one using `mosaicml/2.2.0_cu121_flash2-latest`. **Please Note:** The `mosaicml/llm-foundry` images do not come with the `llm-foundry` package preinstalled, just the dependencies. You will still need to `pip install llm-foundry` either from PyPi or from source.