Skip to content
Snippets Groups Projects
Commit a4e335c1 authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

Changed default accelerator

parent 8852fa7f
No related branches found
No related tags found
1 merge request!4Moved code to lightning
...@@ -181,7 +181,7 @@ def set_reproducible_cuda(): ...@@ -181,7 +181,7 @@ def set_reproducible_cuda():
help='A string indicating the accelerator to use (e.g. "auto", "cpu" or "gpu"). If auto, will select the best one available', help='A string indicating the accelerator to use (e.g. "auto", "cpu" or "gpu"). If auto, will select the best one available',
show_default=True, show_default=True,
required=True, required=True,
default="auto", default="cpu",
cls=ResourceOption, cls=ResourceOption,
) )
@click.option( @click.option(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment