mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-13 03:18:23 +01:00
update documentation
This commit is contained in:
parent
53f1416b96
commit
0ac85d5db0
@ -158,7 +158,7 @@ int parseInitValues(int argc, char **argv, RuntimeParameters ¶ms) {
|
||||
"Enable AI surrogate for chemistry module");
|
||||
ai_option_group
|
||||
->add_option("--ai-backend", params.ai_backend,
|
||||
"Desired ai backend (0: python (keras), 1: naa, 2: cuda)")
|
||||
"Desired ai backend (1: python (keras), 2: naa)")
|
||||
->check(CLI::PositiveNumber)
|
||||
->default_val(RuntimeParameters::AI_BACKEND_DEFAULT);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user