Skip to content

Commit

Permalink
Autoformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
brainless-bot[bot] committed Jan 16, 2024
1 parent d94aab1 commit 28b1f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"from brainles_aurora.inferer.inferer import AuroraGPUInferer, AuroraInferer\n",
"from brainles_aurora.inferer.dataclasses import AuroraInfererConfig\n",
"\n",
"config = AuroraInfererConfig(tta=False) # disable tta for faster inference in this showcase\n",
"config = AuroraInfererConfig(\n",
" tta=False\n",
") # disable tta for faster inference in this showcase\n",
"\n",
"# If you don-t have a GPU that supports CUDA use the CPU version: AuroraInferer(config=config)\n",
"inferer = AuroraGPUInferer(config=config)\n",
Expand Down

0 comments on commit 28b1f42

Please sign in to comment.