Skip to content

Commit

Permalink
formt
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 30, 2021
1 parent 6f99326 commit fb9011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_examples/basic_examples/conv_sequential_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def instantiate_datamodule(args):
if __name__ == "__main__":
cli_lightning_logo()

assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via pip install lightning-bolts"
assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via `pip install lightning-bolts`"
assert _FAIRSCALE_PIPE_AVAILABLE, "FairScale and PyTorch 1.6 is required for this example."

parser = ArgumentParser(description="Pipe Example")
Expand Down

0 comments on commit fb9011f

Please sign in to comment.