Instructions to use dalle-mini/dalle-mega with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dalle-mini/dalle-mega with Transformers:
# Load model directly from transformers import eBart model = eBart.from_pretrained("dalle-mini/dalle-mega", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update The Estimated Carbon Emission for DALL-E Mega
#9
by Alan2021Cam - opened
README.md
CHANGED
|
@@ -152,7 +152,7 @@ DALL·E Mega is still training. So far, as of June 28, 2022, the model developer
|
|
| 152 |
* **Hours used:** 1344 hours (56 days)
|
| 153 |
* **Cloud Provider:** GCP
|
| 154 |
* **Compute Region:** us-east1
|
| 155 |
-
* **Carbon Emitted (Power consumption x Time x Carbon produced based on location of power grid)**:
|
| 156 |
|
| 157 |
## Citation
|
| 158 |
|
|
|
|
| 152 |
* **Hours used:** 1344 hours (56 days)
|
| 153 |
* **Cloud Provider:** GCP
|
| 154 |
* **Compute Region:** us-east1
|
| 155 |
+
* **Carbon Emitted (Power consumption x Time x Carbon produced based on location of power grid)**: 18013.47 kg CO2 eq.
|
| 156 |
|
| 157 |
## Citation
|
| 158 |
|