Skip to content

Commit

Permalink
point to proper import
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ts committed Feb 7, 2024
1 parent 019ef73 commit 5303186
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
"outputs": [],
"source": [
"%%capture\n",
"# Remove when PR Merged\n",
"!pip install git+https://github.com/ash0ts/lightning.git@fabric-wandb\n",
"!pip install wandb"
]
},
Expand Down Expand Up @@ -115,7 +113,8 @@
"source": [
"import lightning as L\n",
"import torch; import torchvision as tv\n",
"from lightning.fabric.loggers import WandbLogger"
"from wandb.integration.lightning.fabric import WandbLogger\n",
"\n"
]
},
{
Expand Down

0 comments on commit 5303186

Please sign in to comment.