Skip to content

Commit 6f99326

Browse files
committed
Update Bolts link
1 parent dcaa352 commit 6f99326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/07-cifar10-baseline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"id": "ziAQCrE-TYWG"
6262
},
6363
"source": [
64-
"! pip install pytorch-lightning pytorch-lightning-bolts -qU"
64+
"! pip install pytorch-lightning lightning-bolts -qU"
6565
],
6666
"execution_count": null,
6767
"outputs": []

pl_examples/basic_examples/conv_sequential_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def instantiate_datamodule(args):
199199
if __name__ == "__main__":
200200
cli_lightning_logo()
201201

202-
assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via pip install pytorch-lightning-bolts"
202+
assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via pip install lightning-bolts"
203203
assert _FAIRSCALE_PIPE_AVAILABLE, "FairScale and PyTorch 1.6 is required for this example."
204204

205205
parser = ArgumentParser(description="Pipe Example")

0 commit comments

Comments
 (0)