Skip to content

Commit

Permalink
fix google colab dependency v0.0.7 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Aug 14, 2023
1 parent 2cd7216 commit 3339f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/difussion-super-resolution-gan/DSRGAN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"!pip install -qqq accelerate\n",
"!pip install -qqq wandb\n",
"!pip install -qqq torchmetrics\n",
"!pip install -qqq diffusers\n",
"\n",
"# -qqq means display only the messages with CRITICAL log level > https://stackoverflow.com/questions/64277506/"
]
Expand Down

0 comments on commit 3339f3a

Please sign in to comment.