From f1bb562ac1f4efe31dee8f61fbd990a845b91df3 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Sun, 3 Jul 2022 11:22:52 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a170915..e3d0a11 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a minimal implementation of Boris Dayma's [DALL·E Mini](https://github.com/borisdayma/dalle-mini) in PyTorch. It has been stripped to the bare essentials necessary for doing inference. The only third party dependencies are numpy, requests, pillow and torch. To generate a 3x3 grid of DALL·E Mega images it takes -- **35 seconds** with a GPU runtime in Colab +- **35 seconds** with a P100 in Colab - **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).