h100 stat tbd

This commit is contained in:
Brett Kuprel 2022-07-03 11:53:45 -04:00
parent 229af7233d
commit 8d808599d3

2
README.md vendored
View File

@ -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 To generate a 3x3 grid of DALL·E Mega images it takes
- **35 seconds** with a P100 in Colab - **35 seconds** with a P100 in Colab
- **15 seconds** with an A100 on Replicate - **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). The flax model and code for converting it to torch can be found [here](https://github.com/kuprel/min-dalle-flax).