add nvidia-smi to notebook

This commit is contained in:
Brett Kuprel 2022-07-03 11:17:37 -04:00
parent 9bdba57195
commit 134fdaf76b
2 changed files with 2 additions and 1 deletions

BIN
examples/ironman.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

3
min_dalle.ipynb vendored
View File

@ -37,7 +37,8 @@
},
"outputs": [],
"source": [
"! pip install min-dalle"
"! pip install min-dalle\n",
"! nvidia-smi"
]
},
{