Skip to content

Commit e91bf45

Browse files
authored
Fix colab install (#132)
1 parent 8bd1809 commit e91bf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"\n",
7070
"# Install if in Colab\n",
7171
"if in_colab:\n",
72-
" %pip install sparse_autoencoder, transformer_lens, transformers, wandb\n",
72+
" %pip install sparse_autoencoder transformer_lens transformers wandb\n",
7373
"\n",
7474
"# Otherwise enable hot reloading in dev mode\n",
7575
"if not in_colab:\n",

0 commit comments

Comments
 (0)