From 8d808599d35df70bbe43daf93bd6d21e7a0861b9 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Sun, 3 Jul 2022 11:53:45 -0400 Subject: [PATCH] h100 stat tbd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dc5eea..0d09655 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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 a P100 in Colab - **15 seconds** with an A100 on Replicate -- **TBD seconds** with an H100 +- **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).