From 05d9d5f07f7a7d8d955017b98e7f64ef404717c7 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Sat, 2 Jul 2022 12:34:11 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e3c1bf..3e4434e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a minimal implementation of Boris Dayma's [DALL·E Mini](https://github. To generate a 3x3 grid of DALL·E Mega images it takes - **35 seconds** with the standard GPU runtime in Colab -- **15 seconds** with an A100 on replicate +- **15 seconds** with an A100 on Replicate The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).