From 672f325b3b3581cc5f0f53dfcb7b82dc78573d1f Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 4 Jul 2022 11:19:39 -0400 Subject: [PATCH] 14s now for 4x4 on A100 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d88bb..14222ee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a fast, minimal implementation of Boris Dayma's [DALL·E Mega](https://g To generate a 4x4 grid of DALL·E Mega images it takes - 89 sec with a T4 in Colab - 48 sec with a P100 in Colab -- 16 sec with an A100 on Replicate +- 14 sec with an A100 on Replicate - TBD with an H100 (@NVIDIA?) The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).