From 847daa5be218d1eda981f91908ffe9f9eebf9028 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Fri, 1 Jul 2022 19:05:46 -0400 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec7e1c..cccb956 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ 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 and torch. -It currently takes **7.4 seconds** to generate an image with DALL·E Mega with PyTorch on a standard GPU runtime in Colab +It currently takes **7.4 seconds** to generate an image with DALL·E Mega on a standard GPU runtime in Colab -The flax model, and the code for coverting it to torch, have been moved [here](https://github.com/kuprel/min-dalle-flax). +The flax model, and the code for coverting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax). ## Install