Skip to content

Commit 4da3335

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 29ef2f7 commit 4da3335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generation/maisi/maisi_inference_tutorial.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"!python -c \"import matplotlib\" || pip install -q matplotlib\n",
6060
"!python -c \"import huggingface_hub\" || python -m pip install -q huggingface_hub\n",
6161
"import os, torch\n",
62+
"\n",
6263
"print(\"CUDA_VISIBLE_DEVICES:\", os.environ.get(\"CUDA_VISIBLE_DEVICES\"))\n",
6364
"print(\"torch:\", torch.__version__)\n",
6465
"print(\"cuda available:\", torch.cuda.is_available())\n",

0 commit comments

Comments
 (0)