From 1f6d74090e89a0e23886d6177681d5fdb9c49322 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 16 Apr 2024 06:41:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e52213db80..01134ad458 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ We reimplemented all model architectures and training recipes from scratch for 4 1. Remove all abstraction layers and have single file implementations. 2. Guarantee Apache 2.0 compliance to enable enterprise use without limits. -3. Optimized every detail of every model to get the fastest performance possible to lower cost and training speeds. -4. Config based for highly-optimized recipes. +3. Optimized each model architectural detail to maximize performance, reduce costs, and speed up training. +4. Highly-optimized recipe configs we have tested at enterprise scale.